Help for this page

Select Code to Download


  1. or download this
    package abstracted;
    use base qw(Class::Data::Inheritable);
    ...
    package abstracted::versionB;
    use base 'abstracted';
    __PACKAGE__->name('vB');