- New upstream release 0.31 - Added prefix() function (CPAN RT#48289) - Moved Test::More to build_requires (CPAN RT#48926) - Moved author tests to xt/author - Explicitly run the author tests - BR: perl(lib) and perl(Test::More) for the test suite - Add patch to support building with Test::More < 0.88 - Drop %defattr, redundant since rpm 4.4 - Don't need to remove empty directories from the buildrootepel9
parent
1b4f562e83
commit
8f4b999d69
@ -1 +1 @@
|
||||
aliased-0.30.tar.gz
|
||||
/aliased-[0-9.]*.tar.gz
|
||||
|
@ -0,0 +1,16 @@
|
||||
--- 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…
Reference in new issue