--- t/export.t +++ t/export.t @@ -2,7 +2,7 @@ use warnings; use strict; -use Test::More; +use Test::More tests => 1; use B; use lib "t/lib"; @@ -11,4 +11,3 @@ my $cv = B::svref_2object(\&Name); is($cv->GV->STASH->NAME, 'aliased', 'installed symbol was compiled in the aliased package'); -done_testing;