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