File: control

package info (click to toggle)
libpath-dispatcher-declarative-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 228 kB
  • ctags: 128
  • sloc: perl: 2,249; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,314 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
Source: libpath-dispatcher-declarative-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libpath-dispatcher-perl (>= 1.02),
                     libany-moose-perl,
                     libsub-exporter-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpath-dispatcher-declarative-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpath-dispatcher-declarative-perl.git
Homepage: https://metacpan.org/release/Path-Dispatcher-Declarative

Package: libpath-dispatcher-declarative-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libpath-dispatcher-perl (>= 1.02),
         libany-moose-perl,
         libsub-exporter-perl
Breaks: libpath-dispatcher-perl (<< 0.15-1)
Replaces: libpath-dispatcher-perl (<< 0.15-1)
Description: dispatcher module with syntactic sugar
 Path::Dispatcher::Declarative is a Perl module that provides syntactic sugar
 for Path::Dispatcher (see libpath-dispatcher-perl). It allows a program to
 determine which code to execute by matching a path against a list of rules.