libcgi-application-plugin-stream-perl 2.12-1.1 source package in Ubuntu
Changelog
libcgi-application-plugin-stream-perl (2.12-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Tue, 05 Jan 2021 13:36:53 +0100
Upload details
- Uploaded by:
- Debian Perl Group on 2021-01-05
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2021-01-06 | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcgi-application-plugin-stream-perl_2.12-1.1.dsc | 2.4 KiB | d3125af8ec4e24284874464040a630faf607d513de0a47bc4015fb3a0db10f17 |
libcgi-application-plugin-stream-perl_2.12.orig.tar.gz | 7.3 KiB | 2c1606dd044805dc403f245022992ca88600f833bee2ce834a9046b6b4b119b1 |
libcgi-application-plugin-stream-perl_2.12-1.1.debian.tar.xz | 2.2 KiB | aa2a15f1b87c3d2d684f4c24799bf5fa3db1177e2427ac9804082cbb3a7ef227 |
Available diffs
- diff from 2.12-1 to 2.12-1.1 (388 bytes)
No changes file available.
Binary packages built by this source
- libcgi-application-plugin-stream-perl: plugin that adds file streaming support to CGI::Application
CGI::Applicati
on::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.