I've fixed this in svn revision 5057. If you were using View::MicroMason before, please test this subversion version and let me know if it works for you. If it's broken, I'll fix it. If it works, I'll release it to CPAN for others to enjoy :)
http://dev.catalystframework.org/browser/trunk/Catalyst-View-MicroMason Regards, Jonathan Rockway > Yes. Because it's broken. > > my @Mixins = @{ $self->config->{Mixins} || [] }; > > should be > > my @Mixins = @{ $self->{Mixins} || [] }; > > and similarly throughout the module. > > I've cc'ed the author on this message in the hopes he'll fix it :) > > -- package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do { $,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //, ";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
signature.asc
Description: OpenPGP digital signature
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
