in reply to Re^2: Perl Inheritance Not Working as Expected
in thread Perl Inheritance Not Working as Expected
I create OO modules manually. The boilerplate is minimal. FWIW, I use module-starter --module='XXX:XXX' --builder='ExtUtils::MakeMaker' --author='XXX' --email='XXX' to start a new module and never sought any alternative.
|
|---|