@ISA = qw(Dog::Poodle);
use Dog::Poodle; @ISA = qw(Dog::Poodle);
In reply to Does inheritance via @ISA automagically handle "use"-ing the package? by hartzell