package Service; use base qw/ Test::Class /; use Test::More; sub common_method : Test(1) { my $self = shift; ok (1 == 1, 'common_method'); } 1;