The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Catalyst::Controller::Resources

0.05
        - now works under Catalyst 5.8
        - depends on Moose
        - updated POD (about Catalyst version)

0.04    2008-10-30T11:31:40+09:00
        - can use with other controllers and attributes
        
0.03    2008-04-19T21:42:04+09:00
        - now accepts deep namespaces in root resources (e.g. '/api/items'
          in 'Controller::API::Items') (thanks to Daisuke Murase)

0.02    2008-02-16T02:38:08+09:00
        - remove dependency on List::Util
        - hide some packages from PAUSE

0.01    Thu Dec 13 01:33:56 2007
        - original version