forked from pool/perl-Data-Section
67 lines
2.1 KiB
Diff
67 lines
2.1 KiB
Diff
![]() |
diff -ruN Data-Section-0.101620-orig/dist.ini Data-Section-0.101620/dist.ini
|
||
|
--- Data-Section-0.101620-orig/dist.ini 2010-06-11 14:14:39.000000000 +0200
|
||
|
+++ Data-Section-0.101620/dist.ini 2010-08-03 18:13:12.000000000 +0200
|
||
|
@@ -6,7 +6,7 @@
|
||
|
[Prereq]
|
||
|
Sub::Exporter = 0.979
|
||
|
MRO::Compat = 0.09 ; bugfixes
|
||
|
-Test::More = 0.88 ; done_testing
|
||
|
+Test::More = 0
|
||
|
|
||
|
[@Filter]
|
||
|
bundle = @RJBS
|
||
|
diff -ruN Data-Section-0.101620-orig/Makefile.PL Data-Section-0.101620/Makefile.PL
|
||
|
--- Data-Section-0.101620-orig/Makefile.PL 2010-06-11 14:14:39.000000000 +0200
|
||
|
+++ Data-Section-0.101620/Makefile.PL 2010-08-03 18:13:23.000000000 +0200
|
||
|
@@ -22,7 +22,7 @@
|
||
|
'PREREQ_PM' => {
|
||
|
'MRO::Compat' => '0.09',
|
||
|
'Sub::Exporter' => '0.979',
|
||
|
- 'Test::More' => '0.88'
|
||
|
+ 'Test::More' => '0'
|
||
|
},
|
||
|
'VERSION' => '0.101620',
|
||
|
'test' => {
|
||
|
diff -ruN Data-Section-0.101620-orig/META.json Data-Section-0.101620/META.json
|
||
|
--- Data-Section-0.101620-orig/META.json 2010-06-11 14:14:39.000000000 +0200
|
||
|
+++ Data-Section-0.101620/META.json 2010-08-03 18:14:32.000000000 +0200
|
||
|
@@ -23,7 +23,7 @@
|
||
|
"requires" : {
|
||
|
"MRO::Compat" : "0.09",
|
||
|
"Sub::Exporter" : "0.979",
|
||
|
- "Test::More" : "0.88"
|
||
|
+ "Test::More" : "0"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
diff -ruN Data-Section-0.101620-orig/META.yml Data-Section-0.101620/META.yml
|
||
|
--- Data-Section-0.101620-orig/META.yml 2010-06-11 14:14:39.000000000 +0200
|
||
|
+++ Data-Section-0.101620/META.yml 2010-08-03 18:13:44.000000000 +0200
|
||
|
@@ -15,7 +15,7 @@
|
||
|
requires:
|
||
|
MRO::Compat: 0.09
|
||
|
Sub::Exporter: 0.979
|
||
|
- Test::More: 0.88
|
||
|
+ Test::More: 0
|
||
|
resources:
|
||
|
repository: git://git.codesimply.com/Data-Section.git
|
||
|
version: 0.101620
|
||
|
diff -ruN Data-Section-0.101620-orig/t/basic.t Data-Section-0.101620/t/basic.t
|
||
|
--- Data-Section-0.101620-orig/t/basic.t 2010-06-11 14:14:39.000000000 +0200
|
||
|
+++ Data-Section-0.101620/t/basic.t 2010-08-03 18:14:16.000000000 +0200
|
||
|
@@ -1,7 +1,7 @@
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use lib 't/lib';
|
||
|
-use Test::More;
|
||
|
+use Test::More qw(no_plan);
|
||
|
|
||
|
use Parent;
|
||
|
use Child;
|
||
|
@@ -169,4 +169,4 @@
|
||
|
"windows newlines work",
|
||
|
);
|
||
|
|
||
|
-done_testing;
|
||
|
+#done_testing;
|