[libwww-wikipedia-perl] 03/04: Drop unescaped_left_brace.patch, merged upstream.

gregor herrmann gregoa at debian.org
Thu Dec 24 13:40:42 UTC 2015


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

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

commit d9775b4b9ba9bd271090c9785e37ba9d52383a15
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Dec 24 14:34:34 2015 +0100

    Drop unescaped_left_brace.patch, merged upstream.
---
 debian/patches/series                     |  1 -
 debian/patches/unescaped_left_brace.patch | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 5749628..f0540bd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 language.patch
-unescaped_left_brace.patch
diff --git a/debian/patches/unescaped_left_brace.patch b/debian/patches/unescaped_left_brace.patch
deleted file mode 100644
index 0dfbcd6..0000000
--- a/debian/patches/unescaped_left_brace.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: fix warning "Unescaped left brace in regex is deprecated ..."
- Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\G{ <-- HERE { *(.*?) *}}/ at /usr/share/perl5/WWW/Wikipedia/Entry.pm line 292.
- Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\G{{ <-- HERE  *(.*?) *}}/ at /usr/share/perl5/WWW/Wikipedia/Entry.pm line 292.
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-12-23
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110564
-Bug: https://rt.cpan.org/Ticket/Display.html?id=110564
-
---- a/lib/WWW/Wikipedia/Entry.pm
-+++ b/lib/WWW/Wikipedia/Entry.pm
-@@ -289,7 +289,7 @@
-         }
- 
-         ## {{ disambig }}
--        elsif ( $raw =~ /\G{{ *(.*?) *}}/ ) {
-+        elsif ( $raw =~ /\G\{\{ *(.*?) *\}\}/ ) {
-             ## ignore for now
-             $self->{ cursor } += length( $& ) - 1;
-             next;

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



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