OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-OptList?expand=0&rev=19
29 lines
566 B
Diff
29 lines
566 B
Diff
--- Makefile.PL
|
|
+++ Makefile.PL
|
|
@@ -12,7 +12,7 @@
|
|
'ABSTRACT' => 'parse and validate simple name/value option pairs',
|
|
'AUTHOR' => 'Ricardo Signes <rjbs@cpan.org>',
|
|
'BUILD_REQUIRES' => {
|
|
- 'Test::More' => '0.96'
|
|
+ 'Test::More' => '0.01'
|
|
},
|
|
'CONFIGURE_REQUIRES' => {
|
|
'ExtUtils::MakeMaker' => '6.30'
|
|
--- t/mkopt.t
|
|
+++ t/mkopt.t
|
|
@@ -10,7 +10,7 @@
|
|
|
|
use Data::OptList;
|
|
use Sub::Install;
|
|
-use Test::More 0.88;
|
|
+use Test::More qw(no_plan);
|
|
|
|
|
|
# let's get a convenient copy to use:
|
|
@@ -180,4 +180,4 @@
|
|
],
|
|
);
|
|
|
|
-done_testing;
|
|
+#done_testing;
|