r50445 - /trunk/libtest-apocalypse-perl/debian/patches/patch

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Thu Jan 7 07:00:16 UTC 2010


Author: ryan
Date: Thu Jan  7 06:59:54 2010
New Revision: 50445

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50445
Log:
take patch from the git repo

Modified:
    trunk/libtest-apocalypse-perl/debian/patches/patch

Modified: trunk/libtest-apocalypse-perl/debian/patches/patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/patches/patch?rev=50445&op=diff
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/patches/patch (original)
+++ trunk/libtest-apocalypse-perl/debian/patches/patch Thu Jan  7 06:59:54 2010
@@ -1,6 +1,14 @@
+commit 7ad58396a636b92c5194adbfbe6c6eabbd8721a8
+Author: Ryan Niebur <ryanryan52 at gmail.com>
+Date:   Wed Jan 6 21:31:32 2010 -0800
+
+    only require version 0.77
+
+diff --git a/lib/Test/Apocalypse/Kwalitee.pm b/lib/Test/Apocalypse/Kwalitee.pm
+index 907458f..8c2d63b 100644
 --- a/lib/Test/Apocalypse/Kwalitee.pm
 +++ b/lib/Test/Apocalypse/Kwalitee.pm
-@@ -11,7 +11,7 @@
+@@ -11,7 +11,7 @@ use Test::More;
  sub do_test {
  	my %MODULES = (
  		'Module::CPANTS::Analyse'	=> '0.85',
@@ -9,9 +17,11 @@
  	);
  
  	while (my ($module, $version) = each %MODULES) {
+diff --git a/lib/Test/Apocalypse/OutdatedPrereqs.pm b/lib/Test/Apocalypse/OutdatedPrereqs.pm
+index 672f449..cc74952 100644
 --- a/lib/Test/Apocalypse/OutdatedPrereqs.pm
 +++ b/lib/Test/Apocalypse/OutdatedPrereqs.pm
-@@ -13,7 +13,7 @@
+@@ -13,7 +13,7 @@ sub do_test {
  		'YAML'			=> '0.70',
  		'CPANPLUS::Configure'	=> '0.88',
  		'CPANPLUS::Backend'	=> '0.88',
@@ -20,9 +30,11 @@
  		'Module::CoreList'	=> '2.23',
  	);
  
+diff --git a/lib/Test/Apocalypse/PPPort.pm b/lib/Test/Apocalypse/PPPort.pm
+index 79ee9c9..0d77ff4 100644
 --- a/lib/Test/Apocalypse/PPPort.pm
 +++ b/lib/Test/Apocalypse/PPPort.pm
-@@ -10,7 +10,7 @@
+@@ -10,7 +10,7 @@ use Test::More;
  
  sub do_test {
  	my %MODULES = (




More information about the Pkg-perl-cvs-commits mailing list