Skip to content
Snippets Groups Projects
Commit 28c1ad1e authored by gregor herrmann's avatar gregor herrmann
Browse files

Add patch to fix "Unescaped left brace in regex" error.

Closes: #826460
parent e1fc6c88
No related branches found
No related tags found
No related merge requests found
......@@ -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
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@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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment