[Catalyst-dev] [IMPORTANT] TEST Catalyst::Runtime 5.7100 RC1
	(aka	5.7099_02)
    Peter Flanigan 
    pjf at roxsoft.co.uk
       
    Wed Jul 16 23:39:14 BST 2008
    
    
  
Brian Cassidy wrote:
> Hey All,
> 
> We're putting out one final development release before we go full bore
> with 5.7100.
> 
> NB: It is IMPERATIVE that you TEST this release against YOUR code. Quoth
> mst: "If you do not test now any bugs we ship with are your fault!" --
Broke my application. First post too big, scaling it back. I have
package App::Munchies::Controller::Root;
use strict;
use warnings;
use base qw(CatalystX::Usul::Controller);
use NEXT;
__PACKAGE__->config( namespace => q() );
sub lang : Chained('/') PathPart('') CaptureArgs(1) {
}
sub about : Chained('lang') PathPrefix Args(0) {
}
Which produced this debug loading output under 5.7014
.-------------------------------------+-----------------------------
| Path Spec                           | Private 
+-------------------------------------+-----------------------------
| /*/about                            | /lang (1) 
|                                     | => /about 
and under 5.7099_02
.-------------------------------------+--------------------------.
| Path Spec                           | Private 
+-------------------------------------+-------------------------
| /*                                  | /lang (1) 
|                                     | => /about
Will continue to dig deeper
-- 
Regards
    
    
More information about the Catalyst-dev
mailing list