1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libpath-router-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@, debhelper (>= 10~)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpath-router-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpath-router-perl.git
Homepage: https://metacpan.org/pod/Path::Router
Testsuite: autopkgtest-pkg-perl
Package: libpath-router-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Description: tool for routing paths
Path::Router provides a way of deconstructing paths into parameters
suitable for dispatching on. It also provides the inverse in that it
will take a list of parameters, and construct an appropriate uri for
it.
|