Skip Menu |

This queue is for tickets about the Moo CPAN distribution.

Report information
The Basics
Id: 114338
Status: resolved
Priority: 0/
Queue: Moo

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

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



Subject: Method::Inliner warning about brace in regex
$ perl -e 'use Method::Inliner' Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^sub (\S+) { <-- HERE \n(.*)\n}$/ at /home/mauke/usr/lib/perl5/site_perl/5.24.0/Method/Inliner.pm line 20. I don't know what Method::Inliner is but it should probably be patched or removed from the distribution.
On 2016-05-11 12:16:37, MAUKE wrote: Show quoted text
> $ perl -e 'use Method::Inliner' > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/^sub (\S+) { <-- HERE \n(.*)\n}$/ at > /home/mauke/usr/lib/perl5/site_perl/5.24.0/Method/Inliner.pm line 20. > > I don't know what Method::Inliner is but it should probably be patched > or removed from the distribution.
I escaped the braces in commit f87269ff6d9, but you're right, this module doesn't seem to be used and should probably be removed. (it was added in 2010 in commit f537c364, and wasn't used even then.)
Fixed in 2.002002.