File: control

package info (click to toggle)
libpath-router-perl 0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 296 kB
  • sloc: perl: 1,863; makefile: 24
file content (39 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download | duplicates (2)
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
Source: libpath-router-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 debhelper (>= 10~),
 dh-buildinfo,
 libsub-exporter-perl,
 libclone-pp-perl (>= 1.04),
 perl (>= 5.21.4) | libdata-dumper-perl (>= 2.154),
 libeval-closure-perl (>= 0.13),
 perl (>= 5.17.8) | libfile-spec-perl (>= 3.40),
 libmoo-perl (>= 2.000001),
 perl (>= 5.17.7) | libterm-readline-perl (>= 1.11),
 perl (>= 5.21.10) | libtest-simple-perl (>= 1.001013),
 libtest-deep-perl (>= 0.113),
 libtry-tiny-perl (>= 0.19),
 libtype-tiny-perl (>= 1.000005),
 perl (>= 5.17.4),
 libnamespace-clean-perl (>= 0.23),
 libtest-fatal-perl
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://salsa.debian.org/perl-team/modules/packages/libpath-router-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpath-router-perl
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.