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
|
Source: libcatalyst-dispatchtype-regex-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl (>= 0.400400),
perl
Build-Depends-Indep: libcatalyst-perl (>= 5.90060),
libmoose-perl,
libnamespace-autoclean-perl,
libtext-simpletable-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/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
Testsuite: autopkgtest-pkg-perl
Package: libcatalyst-dispatchtype-regex-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcatalyst-perl (>= 5.90060),
libmoose-perl,
libtext-simpletable-perl
Breaks: libcatalyst-perl (<< 5.90030-1)
Replaces: libcatalyst-perl (<< 5.90030-1)
Description: Regex DispatchType for Catalyst
Catalyst::DispatchType::Regex has 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.
|