package Auto::Inherit; #Inherit from Auto. use strict; use warnings; use Auto; use vars '@ISA'; @ISA = qw(Auto); 1;