[pmtools] 01/08: Add t_pfcat_5.26.patch for perl 5.26 compatibility.

gregor herrmann gregoa at debian.org
Sat Jun 24 17:52:06 UTC 2017


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

gregoa pushed a commit to branch master
in repository pmtools.

commit 1b871cb1d96175cd1639608bb4f658187573d935
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 24 19:37:15 2017 +0200

    Add t_pfcat_5.26.patch for perl 5.26 compatibility.
    
    The formatting of perlfunc.pod changed, adjust regexp in test accordingly.
---
 debian/patches/series             |  1 +
 debian/patches/t_pfcat_5.26.patch | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 26e4b4e..206b1e0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-carp-has-no-pod-for-test-suite.patch
 pminst-should-follow-symlinks.patch
+t_pfcat_5.26.patch
diff --git a/debian/patches/t_pfcat_5.26.patch b/debian/patches/t_pfcat_5.26.patch
new file mode 100644
index 0000000..6fa0cc2
--- /dev/null
+++ b/debian/patches/t_pfcat_5.26.patch
@@ -0,0 +1,15 @@
+Description: perlfunc.pod formatting changed in 5.26. Adjust regexp in test.
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-06-24
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122210
+Bug: https://rt.cpan.org/Ticket/Display.html?id=122210
+
+--- a/t/pfcat.t
++++ b/t/pfcat.t
+@@ -16,4 +16,4 @@
+ };
+ 
+ is($?,        0,                                                     "pfcat runs");
+-like($output, qr/There is no .*systell.* function.\s+Use .*sysseek/, "catted module function");
++like($output, qr/There is no .*systell.* function.\s+Use\s.*sysseek/, "catted module function");

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



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