-------------------------
5.90035 - Tue Mar 31 09:57:18 EDT 2015
Updates the deprecation message to reflect the fact that this module
has been dropped from Catalyst::Runtime.
[No meaningful code changes. No need to upgrade.]
5.90034 - Tue Mar 31 09:47:32 EDT 2015
Adds Catalyst::Runtime to list of prereqs.
- Catalyst::Runtime was not previously included as prereq as it caused
circular dependencies. As of v5.90060, Catalyst::Runtime no longer
includes this module as a prereq. Since that was released 14 months ago,
it should be relatively safe to include Catalyst::Runtime as a prereq.
Adds travis.ci integration.
[No code changes. No need to upgrade.]
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Provide Regex DispatchType for Catalyst (deprecated)
Regex dispatch types have been deprecated and removed from Catalyst
core. It is recommend that you use Chained methods or other techniques
instead. 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.