forked from pool/perl-Data-Section
- remove Data-Section-0.101620-Build_n_Test.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Section?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
1d140aae61
commit
b1eccee62d
@@ -1,66 +0,0 @@
|
||||
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;
|
@@ -4,6 +4,7 @@ Tue Jul 16 12:10:32 UTC 2013 - coolo@suse.com
|
||||
- updated to 0.101622
|
||||
add a link to an Advent article about Data-Section
|
||||
update bugtracker, repo, etc.
|
||||
- remove Data-Section-0.101620-Build_n_Test.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 16:12:48 UTC 2011 - coolo@suse.com
|
||||
|
Reference in New Issue
Block a user