[libmoosex-simpleconfig-perl] 04/08: Refresh allow_yaml_xs.patch.

gregor herrmann gregoa at debian.org
Sat Dec 21 22:33:37 UTC 2013


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

gregoa pushed a commit to branch master
in repository libmoosex-simpleconfig-perl.

commit 6a0a904015470b860cabb6667a8e70ab3fbf5cfa
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 21 23:27:12 2013 +0100

    Refresh allow_yaml_xs.patch.
---
 debian/patches/allow_yaml_xs.patch | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/debian/patches/allow_yaml_xs.patch b/debian/patches/allow_yaml_xs.patch
index 0f4db75..938d5b6 100644
--- a/debian/patches/allow_yaml_xs.patch
+++ b/debian/patches/allow_yaml_xs.patch
@@ -1,17 +1,19 @@
-Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Subject: Test scripts stooping too low
  Config::Any allows YAML::XS, YAML::Syck and YAML and prefers YAML::XS.
  However the upstream test scripts are not allowing YAML::XS.
 Forwarded: no
-Last-Update:  2012-06-20
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-12-21
+
 --- a/t/10simple.t
 +++ b/t/10simple.t
-@@ -9,11 +9,14 @@
- BEGIN {
-     use Test::More;
+@@ -8,11 +8,14 @@
+ use lib 't/lib';
  
+ BEGIN {
 -    eval "use YAML::Syck ()";
-+    eval "use YAML::XS()";
++    eval "use YAML::XS ()";
      if($@) {
 -        eval "use YAML ()";
 +        eval "use YAML::Syck ()";
@@ -23,10 +25,10 @@ Last-Update:  2012-06-20
 +            }
          }
      }
-     
+ 
 --- a/t/11default.t
 +++ b/t/11default.t
-@@ -11,11 +11,14 @@
+@@ -12,11 +12,14 @@
  
      @classes = qw/ MXDefaultConfigTest MXDefaultMultipleConfigsTest /;
  
@@ -47,8 +49,8 @@ Last-Update:  2012-06-20
 --- a/t/multiple.t
 +++ b/t/multiple.t
 @@ -9,11 +9,14 @@
+ 
  BEGIN {
-     use Test::More;
  
 -    eval "use YAML::Syck ()";
 +    eval "use YAML::XS()";
@@ -63,4 +65,4 @@ Last-Update:  2012-06-20
 +            }
          }
      }
-     
+ 

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



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