Source: libcgi-application-plugin-stream-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.420000) Build-Depends-Indep: perl, libcgi-application-perl, libfile-mmagic-perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-application-plugin-stream-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-plugin-stream-perl.git Homepage: https://metacpan.org/release/CGI-Application-Plugin-Stream Testsuite: autopkgtest-pkg-perl Package: libcgi-application-plugin-stream-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl, libfile-mmagic-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Description: plugin that adds file streaming support to CGI::Application CGI::Application::Plugin::Stream provides a way to stream a file back to the user from a CGI::Application module. This is useful if you are creating a PDF or Spreadsheet document dynamically to deliver to the user. The file is read and printed in small chunks to keep memory consumption down. If you pass along a filehandle it will be automatically closed on completion.