Skip Menu |

This queue is for tickets about the MP3-Tag CPAN distribution.

Report information
The Basics
Id: 128305
Status: open
Priority: 0/
Queue: MP3-Tag

People
Owner: Nobody in particular
Requestors: Mario.Paumann [...] apa.at
Cc:
AdminCc:

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



Subject: perl warning in mp3::tag regex
Date: Mon, 21 Jan 2019 10:38:32 +0000
To: "bug-MP3-Tag [...] rt.cpan.org" <bug-MP3-Tag [...] rt.cpan.org>
From: Paumann Mario <Mario.Paumann [...] apa.at>
Hi ! in perl 5.28.1 this warning shows up. Needs a quick fix. 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/^\??({ <-- HERE ([^{}]+)}|.)/ at /tmp/cpan-build/MP3-Tag-1.14-0/blib/lib/MP3/Tag.pm line 3080. 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/^({ <-- HERE [^{}]+}|\w)/ at /tmp/cpan-build/MP3-Tag-1.14-0/blib/lib/MP3/Tag.pm line 3092. Could you fix this please ? This warning can be found in CPAN Testers as well. Thank you, Mario
On Mon Jan 21 10:41:55 2019, Mario.Paumann@apa.at wrote: Show quoted text
> Hi ! > > in perl 5.28.1 this warning shows up. Needs a quick fix. > > > 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/^\??({ > <-- HERE ([^{}]+)}|.)/ at /tmp/cpan-build/MP3-Tag-1.14- > 0/blib/lib/MP3/Tag.pm line 3080. > 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/^({ <-- > HERE [^{}]+}|\w)/ at /tmp/cpan-build/MP3-Tag-1.14- > 0/blib/lib/MP3/Tag.pm line 3092. > > Could you fix this please ? > This warning can be found in CPAN Testers as well. > > Thank you, Mario
Raised & patched previously: https://rt.cpan.org/Ticket/Display.html?id=128136