libcatalyst-dispatchtype-regex-perl 5.90035-1 source package in Ubuntu
Changelog
libcatalyst-dispatchtype-regex-perl (5.90035-1) unstable; urgency=medium * Team upload. [ gregor herrmann ] * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Axel Beckert ] * debian/copyright: Update Chisel Wright's e-mail address. Issue reported by DUCK. [ gregor herrmann ] * Add debian/upstream/metadata * Import upstream version 5.90035 * Declare compliance with Debian Policy 3.9.6. * Bump versioned (build) dependency on libcatalyst-perl. * Mark package as autopkgtest-able. * Mention module name in long description. -- gregor herrmann <email address hidden> Mon, 01 Jun 2015 21:48:34 +0200
Upload details
- Uploaded by:
- Debian Perl Group on 2015-06-02
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-04-24 | universe | misc |
Focal | release | on 2019-10-18 | universe | misc |
Bionic | release | on 2017-10-24 | universe | misc |
Xenial | release | on 2015-10-22 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcatalyst-dispatchtype-regex-perl_5.90035-1.dsc | 2.5 KiB | 873f9f8f4129bad0391612ce6fb98f83094622258f9cace8102182326ed8a623 |
libcatalyst-dispatchtype-regex-perl_5.90035.orig.tar.gz | 14.3 KiB | 002dcf9efec7c58892a183f90801539d0cf13ec3afccf8d3ad19217c2b0d581a |
libcatalyst-dispatchtype-regex-perl_5.90035-1.debian.tar.xz | 3.4 KiB | 8c475bc16ac2158e6399dc70444c990bce825a28b41cecf922a0d25bf6b53f23 |
Available diffs
- diff from 5.90033-2 to 5.90035-1 (3.5 KiB)
No changes file available.
Binary packages built by this source
- libcatalyst-dispatchtype-regex-perl: 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.