[libcpan-meta-perl] 03/06: Refresh avoid-new-List-Utils.patch.

gregor herrmann gregoa at debian.org
Mon Apr 7 17:11:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcpan-meta-perl.

commit 338bef05903dabe60a846278c8f29acc8c6027f3
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Apr 7 19:00:52 2014 +0200

    Refresh avoid-new-List-Utils.patch.
---
 debian/patches/avoid-new-List-Utils.patch | 48 ++++++++++++++-----------------
 1 file changed, 21 insertions(+), 27 deletions(-)

diff --git a/debian/patches/avoid-new-List-Utils.patch b/debian/patches/avoid-new-List-Utils.patch
index 0dc4fd9..0237a2e 100644
--- a/debian/patches/avoid-new-List-Utils.patch
+++ b/debian/patches/avoid-new-List-Utils.patch
@@ -7,41 +7,37 @@ details.
 
 Forwarded: not-needed
 
-diff --git a/META.yml b/META.yml
-index 4a0858d..525d832 100644
 --- a/META.yml
 +++ b/META.yml
 @@ -11,6 +11,7 @@ build_requires:
-   File::Spec::Functions: 0
-   File::Temp: 0.20
-   IO::Dir: 0
-+  List::Util: 0
-   Test::More: 0.88
-   overload: 0
-   utf8: 0
+   File::Spec::Functions: '0'
+   File::Temp: '0.20'
+   IO::Dir: '0'
++  List::Util: '0'
+   Test::More: '0.88'
+   overload: '0'
+   utf8: '0'
 @@ -59,7 +60,7 @@ requires:
-   CPAN::Meta::YAML: 0.008
-   Carp: 0
-   JSON::PP: 2.27200
--  List::Util: 1.33
-+  List::MoreUtils: 0
-   Parse::CPAN::Meta: 1.4403
-   Scalar::Util: 0
-   perl: 5.008
-diff --git a/Makefile.PL b/Makefile.PL
-index 3b66d3e..cf040f1 100644
+   CPAN::Meta::YAML: '0.008'
+   Carp: '0'
+   JSON::PP: '2.27200'
+-  List::Util: '1.33'
++  List::MoreUtils: '0'
+   Parse::CPAN::Meta: '1.4414'
+   Scalar::Util: '0'
+   perl: '5.008'
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
+@@ -25,7 +25,7 @@ my %WriteMakefileArgs = (
      "CPAN::Meta::YAML" => "0.008",
      "Carp" => 0,
      "JSON::PP" => "2.27200",
 -    "List::Util" => "1.33",
 +    "List::MoreUtils" => 0,
-     "Parse::CPAN::Meta" => "1.4403",
+     "Parse::CPAN::Meta" => "1.4414",
      "Scalar::Util" => 0,
      "strict" => 0,
-@@ -40,6 +40,7 @@ my %WriteMakefileArgs = (
+@@ -41,6 +41,7 @@ my %WriteMakefileArgs = (
      "File::Temp" => "0.20",
      "IO::Dir" => 0,
      "Test::More" => "0.88",
@@ -49,20 +45,18 @@ index 3b66d3e..cf040f1 100644
      "overload" => 0,
      "utf8" => 0
    },
-@@ -62,7 +63,7 @@ my %FallbackPrereqs = (
+@@ -63,7 +64,7 @@ my %FallbackPrereqs = (
    "File::Temp" => "0.20",
    "IO::Dir" => 0,
    "JSON::PP" => "2.27200",
 -  "List::Util" => "1.33",
 +  "List::MoreUtils" => 0,
-   "Parse::CPAN::Meta" => "1.4403",
+   "Parse::CPAN::Meta" => "1.4414",
    "Scalar::Util" => 0,
    "Test::More" => "0.88",
-diff --git a/lib/CPAN/Meta/Converter.pm b/lib/CPAN/Meta/Converter.pm
-index aa8749b..60c9ed1 100644
 --- a/lib/CPAN/Meta/Converter.pm
 +++ b/lib/CPAN/Meta/Converter.pm
-@@ -9,7 +9,7 @@ use CPAN::Meta::Validator;
+@@ -26,7 +26,7 @@ use CPAN::Meta::Validator;
  use CPAN::Meta::Requirements;
  use version 0.88 ();
  use Parse::CPAN::Meta 1.4400 ();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-meta-perl.git



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