package Foo::Bar; use strict; use Foo; # don't forget this line! use vars qw/ @ISA /; @ISA = qw/ Foo /;