#!perl -T use warnings; use strict; use Test::More tests => 1; use Data::Dumper; use lib qw( t t/lib ./lib ); #use OPerson; # do not use if you want to check proper call of import() via use base #use OWorker; # do not use if you want to check proper call of import() via use base use OEmployee; BEGIN { inherit OEmployee } print <