[Catalyst] Catalyst 5 preview!

Sebastian Riedel sri at oook.de
Thu Mar 31 22:14:18 CEST 2005


Am 31.03.2005 um 22:06 schrieb Jose Nyimi:
> So is the following valid with Cat ?
>
> package MyApp::C::Foo;
>
> # http://localhost:3000/bar
> sub bar : Global {}
>
> # http://localhost:3000/foo/bar
> sub bar : Local {}
>
> The first bar being executed in (/) namespace and
> The second in (/foo) namespace.
>
> If yes then I will get confused since from your OP,
> You wrote:
> "internally all actions get a unique private address".
>
> /foo/bar will no longer be unique here :)
>
> Could you elaborate please ?

Naturally invalid... ;)

--
sebastian




More information about the Catalyst mailing list