[Catalyst-dev] [IMPORTANT] TEST Catalyst::Runtime 5.7100 RC1
(aka 5.7099_02)
Ash Berlin
ash_cpan at firemirror.com
Wed Jul 16 23:57:50 BST 2008
On 16 Jul 2008, at 23:39, Peter Flanigan wrote:
> 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
>
>
Might this be because PathPrefix was only recently re-added as an
attribute that did anything? I remember something being mentioned
about it on #catalyst-dev irc
-ash
More information about the Catalyst-dev
mailing list