File: unescaped-left-brace.patch

package info (click to toggle)
libembperl-perl 2.5.0-12%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,416 kB
  • sloc: ansic: 21,384; perl: 14,496; javascript: 4,280; cpp: 467; xml: 49; makefile: 33; sh: 24
file content (19 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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@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>