752f312299
Copy from devel:languages:perl/perl-Test-Pod based on submit request 34260 from user coolo OBS-URL: https://build.opensuse.org/request/show/34260 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Pod?expand=0&rev=9
52 lines
1.7 KiB
Diff
52 lines
1.7 KiB
Diff
diff -ruN Test-Pod-1.41-orig/Build.PL Test-Pod-1.41/Build.PL
|
|
--- Test-Pod-1.41-orig/Build.PL 2010-01-14 20:08:57.000000000 +0000
|
|
+++ Test-Pod-1.41/Build.PL 2010-03-04 17:11:39.818356474 +0000
|
|
@@ -7,14 +7,16 @@
|
|
license => 'perl',
|
|
configure_requires => { 'Module::Build' => '0.30', },
|
|
build_requires => {
|
|
+ 'File::Spec' => 0,
|
|
'Module::Build' => '0.30',
|
|
- 'Test::More' => '0.70',
|
|
+ 'Pod::Simple' => '3.05',
|
|
+ 'Test::More' => '0.62',
|
|
},
|
|
requires => {
|
|
- 'Pod::Simple' => '3.07',
|
|
- 'Test::More' => '0.70',,
|
|
- 'Test::Builder::Tester' => '1.02',
|
|
'File::Spec' => 0,
|
|
+ 'Pod::Simple' => '3.05',
|
|
+ 'Test::More' => '0.62',,
|
|
+ 'Test::Builder::Tester' => '1.02',
|
|
},
|
|
meta_merge => {
|
|
resources => {
|
|
diff -ruN Test-Pod-1.41-orig/META.yml Test-Pod-1.41/META.yml
|
|
--- Test-Pod-1.41-orig/META.yml 2010-01-14 20:08:57.000000000 +0000
|
|
+++ Test-Pod-1.41/META.yml 2010-03-04 17:11:56.475108534 +0000
|
|
@@ -3,8 +3,10 @@
|
|
author:
|
|
- 'Currently maintained by David E. Wheeler, C<< <david@justatheory.com> >>.'
|
|
build_requires:
|
|
+ File::Spec: 0
|
|
Module::Build: 0.30
|
|
- Test::More: 0.70
|
|
+ Pod::Simple: 3.05
|
|
+ Test::More: 0.62
|
|
configure_requires:
|
|
Module::Build: 0.30
|
|
generated_by: 'Module::Build version 0.3601'
|
|
@@ -19,9 +21,9 @@
|
|
version: 1.41
|
|
requires:
|
|
File::Spec: 0
|
|
- Pod::Simple: 3.07
|
|
+ Pod::Simple: 3.05
|
|
Test::Builder::Tester: 1.02
|
|
- Test::More: 0.70
|
|
+ Test::More: 0.62
|
|
resources:
|
|
bugtracker: http://github.com/theory/test-xpod/issues/
|
|
homepage: http://search.cpan.org/dist/Test-Pod/
|