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

ntyni pushed a commit to branch master
in repository libpod-xhtml-perl.

commit 10c8e0acba8deaf3fb2a30724b94831cf9f9c0b3
Author: Niko Tyni <nt...@debian.org>
Date:   Sat Sep 17 15:46:06 2016 +0300

    Patch the test suite work without cwd in @INC
    
    Closes: #837143
---
 ...ke-the-test-suite-work-without-cwd-in-INC.patch | 40 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 41 insertions(+)

diff --git 
a/debian/patches/0001-Make-the-test-suite-work-without-cwd-in-INC.patch 
b/debian/patches/0001-Make-the-test-suite-work-without-cwd-in-INC.patch
new file mode 100644
index 0000000..6e41319
--- /dev/null
+++ b/debian/patches/0001-Make-the-test-suite-work-without-cwd-in-INC.patch
@@ -0,0 +1,40 @@
+From 68bd35e9cb252aed46577915824784dc897552e7 Mon Sep 17 00:00:00 2001
+From: Niko Tyni <nt...@debian.org>
+Date: Sat, 17 Sep 2016 15:46:06 +0300
+Subject: [PATCH] Make the test suite work without cwd in @INC
+
+Bug-Debian: https://bugs.debian.org/837143
+---
+ t/01defaults.t | 2 +-
+ t/02links.t    | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/t/01defaults.t b/t/01defaults.t
+index f4887fd..5f1ee6c 100644
+--- a/t/01defaults.t
++++ b/t/01defaults.t
+@@ -15,7 +15,7 @@ if ($opt{t} || $opt{T}) {
+ 
+ chdir ( dirname ( $0 ) );
+ 
+-require Test_LinkParser;
++require './Test_LinkParser.pm';
+ 
+ my $pod_links = Test_LinkParser->new();
+ 
+diff --git a/t/02links.t b/t/02links.t
+index 7b4565e..e619c31 100644
+--- a/t/02links.t
++++ b/t/02links.t
+@@ -16,7 +16,7 @@ if ($opt{t} || $opt{T}) {
+ 
+ chdir ( dirname ( $0 ) );
+ 
+-require Test_LinkParser;
++require './Test_LinkParser.pm';
+ 
+ plan tests => 16;
+ 
+-- 
+2.9.3
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..90a9b88
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Make-the-test-suite-work-without-cwd-in-INC.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to