Hi all, I can't seem to find this in any FAQ (although I may have overlooked it), but how can you do multiple inheritance? E.g. the Mojo::Base equivalent of "use base qw(Foo Bar)" - I tried doing something silly like "use Mojo::Base 'Foo Bar'" but that obviously doesn't work, repeated use calls for Mojo::Base generate "sub ... redefined" warnings (as it should really).

Yes, I could always "use base qw(Mojo::Base Foo Bar)" but hey... >.>

--
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to