[libxml-node-perl] 01/03: Add patch to fix test script when there is no '.' in @INC.

gregor herrmann gregoa at debian.org
Sat Sep 30 14:45:06 UTC 2017


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

gregoa pushed a commit to branch master
in repository libxml-node-perl.

commit 5036856f9fa72cfd582a4dd6b166ffc96ac667e9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 30 16:42:26 2017 +0200

    Add patch to fix test script when there is no '.' in @INC.
    
    Closes: #871802
---
 debian/patches/no-dot-in-inc.pl | 29 +++++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/no-dot-in-inc.pl b/debian/patches/no-dot-in-inc.pl
new file mode 100644
index 0000000..3079741
--- /dev/null
+++ b/debian/patches/no-dot-in-inc.pl
@@ -0,0 +1,29 @@
+Description: fix test to run without '.' in @INC
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/871802
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-09-30
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123168
+Bug: https://rt.cpan.org/Ticket/Display.html?id=123168
+
+--- a/test.pl
++++ b/test.pl
+@@ -24,15 +24,15 @@
+ # of the test code):
+ 
+ print "invoking parse-testsuite.pl...\n";
+-require "parse-testsuite.pl";
++require "./parse-testsuite.pl";
+ print "ok 2\n";
+ 
+ print "invoking parse-orders.pl...\n";
+-require "parse-orders.pl";
++require "./parse-orders.pl";
+ print "ok 3\n";
+ 
+ print "invoking parse-foo.pl...\n";
+-require "parse-foo.pl";
++require "./parse-foo.pl";
+ print "ok 4\n";
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..ed6becc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+no-dot-in-inc.pl

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



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