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
|
Source: libmason-plugin-routersimple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libmason-perl,
librouter-simple-perl,
libtest-most-perl,
perl,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmason-plugin-routersimple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmason-plugin-routersimple-perl.git
Homepage: https://metacpan.org/release/Mason-Plugin-RouterSimple
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libmason-plugin-routersimple-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libmason-perl,
librouter-simple-perl
Description: Mason plugin to specify routes for page components with Router::Simple
Mason::Plugin::RouterSimple is a plugin for the Mason web templating
framework. It makes it possible to map request paths to page components
using Router::Simple routes.
|