Just checking the most obvious cause - are you sure that you have the Class::Factory module installed? Since base doesn't die if the module cannot be located, does changing
use base qw(Class::Factory);
to
use Class::Factory; our @ISA = qw(Class::Factory);
give you an error?
In reply to Re: strange error when subclassing packages
by adrianh
in thread problem using Class::Factory
by shoez
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |