On 20 Apr 2009, at 09:53, Octavian Râsnita wrote:
But if I rename the BlaBla.pm controller to Ana.pm and also edit it
to be
package T5::Controller::Ana;
the server doesn't start, but gives the error below.
I can replicate this, and I've got a fairly good idea what it's
caused by - this is the same issue which caused your last problem,
and that I worked around in the new release of MooseX::MethodAttributes.
I think you'll find that this will _only_ happen for controllers whos
names sort alphabetically below 'Base.pm', and which don't contain
any actions. I guess that is pretty atypical for normal applications :)
Still a bug though, I'll try and work out a test for Moose (as thats
where I think the issue lies) tonight.
Cheers
t0m
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/