File Software-License-0.101620-Build_n_Test.patch of Package perl-Software-License
diff -ruN Software-License-0.101620-orig/Makefile.PL Software-License-0.101620/Makefile.PL
--- Software-License-0.101620-orig/Makefile.PL 2010-06-12 01:14:18.000000000 +0200
+++ Software-License-0.101620/Makefile.PL 2010-08-03 18:26:58.000000000 +0200
@@ -12,7 +12,7 @@
'ABSTRACT' => 'packages that provide templated software licenses',
'AUTHOR' => 'Ricardo Signes <rjbs@cpan.org>',
'BUILD_REQUIRES' => {
- 'Test::More' => '0.88'
+ 'Test::More' => '0'
},
'CONFIGURE_REQUIRES' => {
'ExtUtils::MakeMaker' => '6.31'
diff -ruN Software-License-0.101620-orig/META.json Software-License-0.101620/META.json
--- Software-License-0.101620-orig/META.json 2010-06-12 01:14:18.000000000 +0200
+++ Software-License-0.101620/META.json 2010-08-03 18:27:11.000000000 +0200
@@ -29,7 +29,7 @@
},
"test" : {
"requires" : {
- "Test::More" : "0.88"
+ "Test::More" : "0"
}
}
},
diff -ruN Software-License-0.101620-orig/META.yml Software-License-0.101620/META.yml
--- Software-License-0.101620-orig/META.yml 2010-06-12 01:14:18.000000000 +0200
+++ Software-License-0.101620/META.yml 2010-08-03 18:27:21.000000000 +0200
@@ -3,7 +3,7 @@
author:
- 'Ricardo Signes <rjbs@cpan.org>'
build_requires:
- Test::More: 0.88
+ Test::More: 0
configure_requires:
ExtUtils::MakeMaker: 6.31
dynamic_config: 0
diff -ruN Software-License-0.101620-orig/t/meta-names.t Software-License-0.101620/t/meta-names.t
--- Software-License-0.101620-orig/t/meta-names.t 2010-06-12 01:14:18.000000000 +0200
+++ Software-License-0.101620/t/meta-names.t 2010-08-03 18:26:30.000000000 +0200
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More 0.88;
+use Test::More qw(no_plan);
my @files = <lib/Software/License/*.pm>;
@@ -20,4 +20,4 @@
ok(defined $pkg->meta_name, "$pkg provide meta_name");
}
-done_testing;
+#done_testing;