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
|
Source: libcatalyst-dispatchtype-regex-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 8),
libmodule-build-perl (>= 0.400400) | perl (>= 5.19.1),
perl
Build-Depends-Indep: libcatalyst-perl (>= 5.90030),
libmoose-perl,
libnamespace-autoclean-perl,
libtext-simpletable-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-dispatchtype-regex-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-dispatchtype-regex-perl.git
Homepage: https://metacpan.org/release/Catalyst-DispatchType-Regex/
Package: libcatalyst-dispatchtype-regex-perl
Architecture: all
Replaces: libcatalyst-perl (<< 5.90030-1)
Breaks: libcatalyst-perl (<< 5.90030-1)
Depends: ${misc:Depends}, ${perl:Depends},
libmoose-perl,
libtext-simpletable-perl
Description: Regex DispatchType for Catalyst
Regex dispatch types have been deprecated and removed from Catalyst
core. If your application depends on regex dispatch, you can install
this package to keep things working while migrating to Chained methods
or other techniques.
.
Please note that as part of the refactoring, the dispatch priority of
Regex vs Regexp vs LocalRegex vs LocalRegexp may have changed. Priority
is now influenced by when the dispatch type is first seen in your
application.
|