Skip Menu |

This queue is for tickets about the Getopt-Declare CPAN distribution.

Report information
The Basics
Id: 125797
Status: new
Priority: 0/
Queue: Getopt-Declare

People
Owner: Nobody in particular
Requestors: gregoa [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



From: gregoa [...] cpan.org
Subject: [PATCH] fix regexp warning with perl 5.28
In Debian we are currently applying the following patch to Getopt-Declare. We thought you might be interested in it too. Description: fix regexp warning with perl 5.28 Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/\A((?![ ]*({ <-- HERE |\n)|.*?\S.*?\t.*?\S).*?\S.*\n)/ at lib/Getopt/Declare.pm line 651. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/\A((?![ ]*({ <-- HERE |\n)|.*?\S.*?\t.*?\S).*?\S.*\n)/ at lib/Getopt/Declare.pm line 1072. Origin: vendor Bug-Debian: https://bugs.debian.org/903323 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2018-07-08 The patch is tracked in our Git repository at https://salsa.debian.org/perl-team/modules/packages/libgetopt-declare-perl/raw/master/debian/patches/unescaped_left_brace-perl-5.28.patch Thanks for considering, gregor herrmann, Debian Perl Group
Here's the patch.

Message body is not shown because sender requested not to inline it.