Skip Menu |

This queue is for tickets about the Inline-Java CPAN distribution.

Report information
The Basics
Id: 117471
Status: rejected
Priority: 0/
Queue: Inline-Java

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

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



Subject: Unescaped left brace in regex is deprecated here, passed through in regex
While running make test with perl 5.25.4 I see the following warnings: ... PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.4/bin/perl5.25.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Unescaped left brace in regex is deprecated here, passed through in regex; marked by <-- HERE in m/function(\s+)([a-z0-9_]+)(\s*){ <-- HERE (.*?)}/ at /opt/perl-5.25.4/lib/site_perl/5.25.4/Inline/Echo.pm line 25. Unescaped left brace in regex is deprecated here, passed through in regex; marked by <-- HERE in m/function(\s+)([a-z0-9_]+)(\s*){ <-- HERE (.*?)}/ at /opt/perl-5.25.4/lib/site_perl/5.25.4/Inline/Nouse.pm line 28. ...
Hi Slaven, Thanks for the report. On Sat Sep 03 13:09:25 2016, SREZIC wrote: Show quoted text
> While running make test with perl 5.25.4 I see the following warnings: > > ... > PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.4/bin/perl5.25.4" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > Unescaped left brace in regex is deprecated here, passed through in > regex; marked by <-- HERE in m/function(\s+)([a-z0-9_]+)(\s*){ <-- > HERE (.*?)}/ at /opt/perl-5.25.4/lib/site_perl/5.25.4/Inline/Echo.pm > line 25. > Unescaped left brace in regex is deprecated here, passed through in > regex; marked by <-- HERE in m/function(\s+)([a-z0-9_]+)(\s*){ <-- > HERE (.*?)}/ at /opt/perl-5.25.4/lib/site_perl/5.25.4/Inline/Nouse.pm > line 28. > ...
Could you please report this against https://metacpan.org/pod/Inline::Echo and/or https://metacpan.org/pod/Inline::Nouse, which the filenames indicate the actual errors occur in? I'll close this.