[libembperl-perl] 01/08: Add patch to fix "Unescaped left brace in regex" error.

gregor herrmann gregoa at debian.org
Mon Jun 19 21:55:42 UTC 2017


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

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

commit 28c1ad1eddd3194375726606d8349dccea78ed1b
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 19 23:42:31 2017 +0200

    Add patch to fix "Unescaped left brace in regex" error.
    
    Closes: #826460
---
 debian/patches/series                     |  1 +
 debian/patches/unescaped-left-brace.patch | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 328fc53..24c07b7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ cgi-pm-4.04-compatibility.patch
 perl5.22-compat-PL_sv_objcount-removal.patch
 spelling-fixes-german.patch
 spelling.patch
+unescaped-left-brace.patch
diff --git a/debian/patches/unescaped-left-brace.patch b/debian/patches/unescaped-left-brace.patch
new file mode 100644
index 0000000..f806b8b
--- /dev/null
+++ b/debian/patches/unescaped-left-brace.patch
@@ -0,0 +1,19 @@
+Description: fix "Unescaped left brace in regex is illegal here in regex" error
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115102
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115102
+Bug-Debian: https://bugs.debian.org/826460
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-06-19
+
+--- a/test/cmp/Execute.htm
++++ b/test/cmp/Execute.htm
+@@ -127,7 +127,7 @@
+ ^Apache->request    = Apache2?(::RequestRec)?=SCALAR\(0x
+ ^\$\{Apache->request\} = -?\d+<br>
+ 
+-^\${Apache->request} = \$\$req_rec \?  yes  
++^\$\{Apache->request} = \$\$req_rec \?  yes
+ 
+ ^test/html/registry/Execute.htm
+ </body>

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



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