Source: libcatalyst-plugin-static-simple-perl
Standards-Version: 4.7.4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Damyan Ivanov <dmn@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libcatalyst-perl <!nocheck>,
 libmime-types-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libnamespace-autoclean-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-plugin-static-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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,
 libmoose-perl,
 libnamespace-autoclean-perl,
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.
