You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
314 B
17 lines
314 B
--- 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;
|