|
|
| There's more than one way to do things | |
| PerlMonks |
Howto create a Moose baseclass/superclass/contract? Moose equivalent of Module::Pluggable? Favorite way to create base/super class?by Anonymous Monk |
| on Dec 26, 2012 at 11:40 UTC ( #1010362=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Anonymous Monk has asked for the
wisdom of the Perl Monks concerning the following question:
Howto create a Moose baseclass/superclass/contract? Moose equivalent of Module::Pluggable? Favorite way to create base/super class? The use case is some app that does something with different backends
so one backend is
another is iAmInYourIsa::Tk and so on and so forth? I could cobble something using Module::Pluggable, but the verbiage is all wrong :)
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||