Or should I call it ABP? (Abstract Base Package (-:) Anyway , I was wondering what is the best approach to create Abstract Base Classes in Perl?
I know I can just create a package FOO, squeeze in some methods (subs..) with empty bodies and then override them in any pkg that sub-classes (with @ISA, use parent,etc..) it... But I bet there is a better, cleaner way to do this, maybe with Moose(?)? Thanks,
_______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
