On 2016-06-07 06:16:35, JMCNAMARA wrote:
Show quoted text> On Tue Jun 07 03:04:03 2016, SREZIC wrote:
> > Awk.pm does not compile anymore with perl 5.25.1:
> >
> > ...
> > Unescaped left brace in regex is illegal in regex; marked by <-- HERE
> > in m/^sub \w+ { <-- HERE $/ at Awk.pm line 154.
> > Compilation failed in require at test.pl line 5.
> > BEGIN failed--compilation aborted at test.pl line 5.
> > not ok 1
> > *** Error code 255
> > ...
>
>
> Hi Slaven,
>
> Thanks for the report and the continued work on making CPAN better.
>
> I don't know if it is worth fixing this issue since the module hasn't
> been updated since 2001 and, as far as I know, isn't used by anyone.
>
> I may do it just to stop the cpantesters failure messages but at this
> point I'm not sure if it is worth the effort.
>
> John
The fix is trivial and I attached it as 0001-escape-left-brace-RT-115140.patch
Also I made a second patch to increase to 0.04 (and I removed the VERSION section from Pod to minimize maintainer effort).
Regards,
Slaven