Skip Menu |

This queue is for tickets about the I18N-Charset CPAN distribution.

Report information
The Basics
Id: 115110
Status: resolved
Priority: 0/
Queue: I18N-Charset

People
Owner: MTHURN [...] cpan.org
Requestors: gregoa [...] cpan.org
Cc:
AdminCc:

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



From: gregoa [...] cpan.org
Subject: libi18n-charset-perl: Unescaped left brace in regex is deprecated
We have the following bug reported to the Debian package of I18N-Charset (https://bugs.debian.org/826482): It doesn't seem to be a bug in the packaging, so you may want to take a look. Thanks! ------8<-----------8<-----------8<-----------8<-----------8<----- Package: libi18n-charset-perl Version: 1.414-1 Severity: minor User: debian-perl@lists.debian.org Usertags: perl-5.24-transition Building this package triggers deprecation warnings with Perl 5.24 (currently in experimental), and probably with Perl 5.22 (current sid) too. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/(pm_to_blib\(){{ <-- HERE \@ARGV}}/ at Makefile.PL line 67. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/(from_to\s+=>\s+){{ <-- HERE \@ARGV}}/ at Makefile.PL line 71. A full build log is available at http://perl.debian.net/rebuild-logs/perl-5.24-throwaway/libi18n-charset-perl_1.414-1/ -- Niko Tyni ntyni@debian.org ------8<-----------8<-----------8<-----------8<-----------8<----- Thanks for considering, gregor herrmann, Debian Perl Group
On 2016-06-05 17:07:08, GREGOA wrote: Show quoted text
> We have the following bug reported to the Debian package of > I18N-Charset (https://bugs.debian.org/826482): > > It doesn't seem to be a bug in the packaging, so you may want to take > a look. Thanks! > > ------8<-----------8<-----------8<-----------8<-----------8<----- > > Package: libi18n-charset-perl > Version: 1.414-1 > Severity: minor > User: debian-perl@lists.debian.org > Usertags: perl-5.24-transition > > Building this package triggers deprecation warnings with Perl 5.24 > (currently in experimental), and probably with Perl 5.22 (current sid) > too. > > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/(pm_to_blib\(){{ <-- HERE \@ARGV}}/ at > Makefile.PL line 67. > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/(from_to\s+=>\s+){{ <-- HERE \@ARGV}}/ at > Makefile.PL line 71. > > A full build log is available at > http://perl.debian.net/rebuild-logs/perl-5.24-throwaway/libi18n- > charset-perl_1.414-1/
... and with perl 5.25.1 Makefile.PL dies: ... Configuring M/MT/MTHURN/I18N-Charset-1.414.tar.gz with Makefile.PL CPAN: CPAN::Reporter loaded ok (v1.2017) Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/(pm_to_blib\(){{ <-- HERE \@ARGV}}/ at Makefile.PL line 67. (/bbbike/perl-5.25.1/bin/perl5.25.1 Makefile.PL exited with 65280) CPAN::Reporter: Makefile.PL result is 'unknown', Stopped with an error. ...
On 2016-06-08 16:25:13, SREZIC wrote: Show quoted text
> On 2016-06-05 17:07:08, GREGOA wrote:
> > We have the following bug reported to the Debian package of > > I18N-Charset (https://bugs.debian.org/826482): > > > > It doesn't seem to be a bug in the packaging, so you may want to take > > a look. Thanks! > > > > ------8<-----------8<-----------8<-----------8<-----------8<----- > > > > Package: libi18n-charset-perl > > Version: 1.414-1 > > Severity: minor > > User: debian-perl@lists.debian.org > > Usertags: perl-5.24-transition > > > > Building this package triggers deprecation warnings with Perl 5.24 > > (currently in experimental), and probably with Perl 5.22 (current > > sid) > > too. > > > > Unescaped left brace in regex is deprecated, passed through in regex; > > marked by <-- HERE in m/(pm_to_blib\(){{ <-- HERE \@ARGV}}/ at > > Makefile.PL line 67. > > Unescaped left brace in regex is deprecated, passed through in regex; > > marked by <-- HERE in m/(from_to\s+=>\s+){{ <-- HERE \@ARGV}}/ at > > Makefile.PL line 71. > > > > A full build log is available at > > http://perl.debian.net/rebuild-logs/perl-5.24-throwaway/libi18n- > > charset-perl_1.414-1/
> > ... and with perl 5.25.1 Makefile.PL dies: > > ... > Configuring M/MT/MTHURN/I18N-Charset-1.414.tar.gz with Makefile.PL > CPAN: CPAN::Reporter loaded ok (v1.2017) > Unescaped left brace in regex is illegal in regex; marked by <-- HERE > in m/(pm_to_blib\(){{ <-- HERE \@ARGV}}/ at Makefile.PL line 67. > (/bbbike/perl-5.25.1/bin/perl5.25.1 Makefile.PL exited with 65280) > CPAN::Reporter: Makefile.PL result is 'unknown', Stopped with an > error. > ...
A patch can be found at: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/I18N-Charset-1.414-RT115110.patch
Fixed in 1.415 (on its way to CPAN in a few minutes)