Catalyst-Runtime
================
This is the Runtime distribution for the Catalyst MVC framework.
For more information about Catalyst, write
$ perldoc Catalyst
at the command line, or visit http://www.catalystframework.org/.
You can also install Catalyst::Manual from CPAN for more
comprehensive information.
If you are going to write your own Catalyst application, you will
need to install Catal
more»
# This file documents the revision history for Perl extension Catalyst.
5.90017 - 2012-10-19 22:33:00
- Change Catalsyt _parse_attrs so that when sub attr handlers:
1) Can return multiple pairs of new attributes.
2) Get their returned attributes passed through the correct attribute handler.
e.g sub _parse_Whatever_attr { return Chained => 'foo', PathPart => 'bar' }
Will now w
more»