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: librouter-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: libclass-accessor-lite-perl,
perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librouter-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librouter-simple-perl.git
Homepage: https://metacpan.org/release/Router-Simple
Package: librouter-simple-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-accessor-lite-perl
Description: simple HTTP router for web applications
Router::Simple is a simple router class. Its main purpose is to serve
as a dispatcher for web applications. Router::Simple can match against
PSGI $env directly, which means it's easy to use with PSGI supporting
web frameworks.
|