[libtest-bdd-cucumber-perl] 02/03: Refresh 0001-Replace-JSON-MaybeXS-with-JSON-XS.patch.

Intrigeri intrigeri at moszumanska.debian.org
Fri Jun 27 21:44:08 UTC 2014


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

intrigeri pushed a commit to branch wheezy-backports
in repository libtest-bdd-cucumber-perl.

commit ca93fb724c1f568951269d8417a6db706a404bee
Author: intrigeri <intrigeri at boum.org>
Date:   Fri Jun 27 21:34:52 2014 +0000

    Refresh 0001-Replace-JSON-MaybeXS-with-JSON-XS.patch.
---
 .../0001-Replace-JSON-MaybeXS-with-JSON-XS.patch   | 26 +++++++++++-----------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/debian/patches/0001-Replace-JSON-MaybeXS-with-JSON-XS.patch b/debian/patches/0001-Replace-JSON-MaybeXS-with-JSON-XS.patch
index f7d59e0..53dcc73 100644
--- a/debian/patches/0001-Replace-JSON-MaybeXS-with-JSON-XS.patch
+++ b/debian/patches/0001-Replace-JSON-MaybeXS-with-JSON-XS.patch
@@ -17,58 +17,58 @@ backporting overhead.
  4 files changed, 5 insertions(+), 5 deletions(-)
 
 diff --git a/META.yml b/META.yml
-index 2f65e71..6117dc6 100644
+index ce9e430..821cf6a 100644
 --- a/META.yml
 +++ b/META.yml
-@@ -18,7 +18,7 @@ requires:
-   File::Slurp: '0'
+@@ -19,7 +19,7 @@ requires:
    FindBin::libs: '0'
    Getopt::Long: '0'
+   IO::Scalar: '0'
 -  JSON::MaybeXS: '0'
 +  JSON::XS: '0'
    List::MoreUtils: '0'
    List::Util: '0'
    Module::Runtime: '0'
 diff --git a/Makefile.PL b/Makefile.PL
-index 0521ee5..92221d9 100644
+index d163f61..5fd381e 100644
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
-     "File::Slurp" => 0,
+@@ -29,7 +29,7 @@ my %WriteMakefileArgs = (
      "FindBin::libs" => 0,
      "Getopt::Long" => 0,
+     "IO::Scalar" => 0,
 -    "JSON::MaybeXS" => 0,
 +    "JSON::XS" => 0,
      "List::MoreUtils" => 0,
      "List::Util" => 0,
      "Module::Runtime" => 0,
-@@ -56,7 +56,7 @@ my %FallbackPrereqs = (
-   "File::Slurp" => 0,
+@@ -58,7 +58,7 @@ my %FallbackPrereqs = (
    "FindBin::libs" => 0,
    "Getopt::Long" => 0,
+   "IO::Scalar" => 0,
 -  "JSON::MaybeXS" => 0,
 +  "JSON::XS" => 0,
    "List::MoreUtils" => 0,
    "List::Util" => 0,
    "Module::Runtime" => 0,
 diff --git a/dist.ini b/dist.ini
-index 6d06616..28a6047 100644
+index a1344be..a107a9a 100644
 --- a/dist.ini
 +++ b/dist.ini
-@@ -26,7 +26,7 @@ File::Find::Rule = 0
- File::Slurp = 0
+@@ -27,7 +27,7 @@ File::Slurp = 0
  FindBin::libs = 0
  Getopt::Long = 0
+ IO::Scalar = 0
 -JSON::MaybeXS = 0
 +JSON::XS = 0
  Module::Runtime = 0
  Moose = 0
  Number::Range = 0
 diff --git a/lib/Test/BDD/Cucumber/I18N/Data.pm b/lib/Test/BDD/Cucumber/I18N/Data.pm
-index 3ff701c..2b936fe 100644
+index 6732314..d598c56 100644
 --- a/lib/Test/BDD/Cucumber/I18N/Data.pm
 +++ b/lib/Test/BDD/Cucumber/I18N/Data.pm
-@@ -3,7 +3,7 @@ $Test::BDD::Cucumber::I18N::Data::VERSION = '0.25';
+@@ -3,7 +3,7 @@ $Test::BDD::Cucumber::I18N::Data::VERSION = '0.26';
  use strict;
  use warnings;
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git



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