1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libmojolicious-plugin-renderfile-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: libmojolicious-perl (>= 5.78),
perl
Standards-Version: 4.5.0
Homepage: https://metacpan.org/release/Mojolicious-Plugin-RenderFile
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmojolicious-plugin-renderfile-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmojolicious-plugin-renderfile-perl.git
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libmojolicious-plugin-renderfile-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libmojolicious-perl (>= 5.78)
Description: "render_file" helper for Mojolicious
Mojolicious::Plugin::RenderFile is a Mojolicious plugin that adds
"render_file" helper. It does not read file in memory and just streaming it
to a client.
|