[libcatmandu-mab2-perl] 01/04: Fix t/06-sru.t to work without '.' in @INC

gregor herrmann gregoa at debian.org
Wed Aug 31 19:38:54 UTC 2016


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

gregoa pushed a commit to branch master
in repository libcatmandu-mab2-perl.

commit 15b61db63d0b3a03d465b1109061709c17bdddc6
Author: Dominic Hargreaves <dom at earth.li>
Date:   Thu Aug 18 14:41:04 2016 +0100

    Fix t/06-sru.t to work without '.' in @INC
    
    Closes: #834738
---
 debian/patches/cwd-inc-fix.diff | 21 +++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/cwd-inc-fix.diff b/debian/patches/cwd-inc-fix.diff
new file mode 100644
index 0000000..fe226fd
--- /dev/null
+++ b/debian/patches/cwd-inc-fix.diff
@@ -0,0 +1,21 @@
+Description: Fix t/06-sru.t to work without '.' in @INC
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/834738
+Forwarded: no
+Author: Dominic Hargreaves <dom at earth.li>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-08-31
+
+diff --git a/t/06-sru.t b/t/06-sru.t
+index f32dd4b..c947e77 100644
+--- a/t/06-sru.t
++++ b/t/06-sru.t
+@@ -4,7 +4,7 @@ use Test::More;
+ use Test::Exception;
+ use Catmandu::Importer::SRU;
+ use Catmandu::Importer::SRU::Parser::mabxml;
+-require 't/lib/MockFurl.pm';
++require './t/lib/MockFurl.pm';
+ 
+ use Data::Dumper;
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b3c4c60
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+cwd-inc-fix.diff

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



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