1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: libcatalyst-plugin-static-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcatalyst-perl,
libmime-types-perl (>= 2.03),
libmoose-perl,
libmoosex-types-perl,
libnamespace-autoclean-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-plugin-static-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-static-simple-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-Static-Simple
Package: libcatalyst-plugin-static-simple-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcatalyst-perl,
libmime-types-perl (>= 2.03),
libmoose-perl,
libmoosex-types-perl,
libnamespace-autoclean-perl
Breaks: libcatalyst-modules-perl (<< 48~)
Replaces: libcatalyst-modules-perl (<< 48~)
Description: Catalyst plugin for easy serving of static pages
Catalyst::Plugin::Static::Simple is designed to make serving static content
in your application during development quick and easy, without requiring a
single line of code from you.
.
This plugin detects static files by looking at the file extension in the URL
(such as .css or .png or .js). The plugin uses the lightweight MIME::Types
module to map file extensions to IANA-registered MIME types, and will serve
your static files with the correct MIME type directly to the browser, without
being processed through Catalyst.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
|