Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libembperl-perl
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Perl Group
modules
packages
libembperl-perl
Commits
28c1ad1e
Commit
28c1ad1e
authored
8 years ago
by
gregor herrmann
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to fix "Unescaped left brace in regex" error.
Closes: #826460
parent
e1fc6c88
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
debian/patches/unescaped-left-brace.patch
+19
-0
19 additions, 0 deletions
debian/patches/unescaped-left-brace.patch
with
20 additions
and
0 deletions
debian/patches/series
+
1
−
0
View file @
28c1ad1e
...
...
@@ -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
This diff is collapsed.
Click to expand it.
debian/patches/unescaped-left-brace.patch
0 → 100644
+
19
−
0
View file @
28c1ad1e
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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment