Tagged Questions
3
votes
1answer
505 views
Dealing with multiple-inherited constructors in Moose
Greetings,
I'm learning Moose and I'm trying to write a CGI::Application subclass with Moose, which is made difficult by the fact that CGI-App is not based on Moose.
In my other CGI-App subclasses, ...