Remove unused patch

epel9
Paul Howarth 10 years ago
parent af7d7b3f1d
commit 4a3a4c168b

@ -1,16 +0,0 @@
--- 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;
Loading…
Cancel
Save