File: control

package info (click to toggle)
libpath-router-perl 0.15-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: perl: 1,863; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download
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
40
41
Source: libpath-router-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libclone-pp-perl,
 libeval-closure-perl,
 libmoo-perl,
 libnamespace-clean-perl,
 libsub-exporter-perl,
 libtest-deep-perl,
 libtest-fatal-perl,
 libtry-tiny-perl,
 libtype-tiny-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:
 libclone-pp-perl,
 libeval-closure-perl,
 libmoo-perl,
 libnamespace-clean-perl,
 libsub-exporter-perl,
 libtest-deep-perl,
 libtry-tiny-perl,
 libtype-tiny-perl,
 ${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.