When I call 'script/myapp_create.pl controller Base' it creates the
module Base.pm with the following statement:
BEGIN { extends 'Catalyst::Controller'; }
What's the advantage of doing this? Are there any times one would NOT
want to place it within BEGIN?
Also, I see that the following is not included by default:
use namespace::clean -except => 'meta';
Shouldn't that be the case? Again what are the advantages/disadvantages?
Thanks alot in advance.
--
Kiffin Gish <[email protected]>
Gouda, The Netherlands
_______________________________________________
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/