Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > 98b225a112a3d5c97910d79eeab5f19c > files > 1

perl-Marpa-XS-1.002000-2.fc16.1.src.rpm

From 437d51ef5ab088491ec0b3f8646a61cd9823760b Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Tue, 3 Jan 2012 14:06:26 +0100
Subject: [PATCH] Require 2.124 Data::Dumper

2.125 only contains cosmetic fixes:
http://search.cpan.org/~smueller/Data-Dumper-2.131/Changes
---
 META.json                      |    2 +-
 META.yml                       |    2 +-
 config/Marpa/XS/Config.pm      |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/META.json b/META.json
index ce94322..d548a3a 100644
--- a/META.json
+++ b/META.json
@@ -63,7 +63,7 @@
          },
          "requires" : {
             "Carp" : "1.08",
-            "Data::Dumper" : "2.125",
+            "Data::Dumper" : "2.124",
             "ExtUtils::PkgConfig" : "1.12",
             "Glib" : "1.223",
             "List::Util" : "1.21",
diff --git a/META.yml b/META.yml
index 3fad29f..6fc82aa 100644
--- a/META.yml
+++ b/META.yml
@@ -71,7 +71,7 @@ recommends:
   Test::Weaken: 3.004000
 requires:
   Carp: 1.08
-  Data::Dumper: 2.125
+  Data::Dumper: 2.124
   ExtUtils::PkgConfig: 1.12
   Glib: 1.223
   List::Util: 1.21
diff --git a/config/Marpa/XS/Config.pm b/config/Marpa/XS/Config.pm
index e10b959..5e983da 100644
--- a/config/Marpa/XS/Config.pm
+++ b/config/Marpa/XS/Config.pm
@@ -27,7 +27,7 @@ use warnings;
     'Scalar::Util'        => 1.21,
     'List::Util'          => 1.21,
     'Carp'                => 1.08,
-    'Data::Dumper'        => '2.125',
+    'Data::Dumper'        => '2.124',
     'Storable'            => 2.21,
     'PPI'                 => '1.206',
     'Test::Weaken'        => '3.004000',
-- 
1.7.1