Skip Menu |

This queue is for tickets about the WWW-Wappalyzer CPAN distribution.

Report information
The Basics
Id: 115663
Status: resolved
Priority: 0/
Queue: WWW-Wappalyzer

People
Owner: NALOBIN [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Unescaped left brace in regex is illegal
The module does not compile anymore with perl 5.25.x: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/(?-x:(?:<!--[^>]*(?:InstanceBeginEditable|Dreamweaver([^>]+)target|DWLayoutDefaultTable)|function MM_preloadImages\(\) \[{ <-- HERE ]))/ at /home/cpansand/.cpan/build/2016062806/WWW-Wappalyzer-0.16-0/blib/lib/WWW/Wappalyzer.pm line 251. # Looks like your test exited with 255 just after 1. t/Wappalyzer.t .... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/9 subtests
Thank you for report. Fixed in WWW-Wappalyzer-0.17 On Tue Jun 28 01:23:36 2016, SREZIC wrote: Show quoted text
> The module does not compile anymore with perl 5.25.x: > > Unescaped left brace in regex is illegal here in regex; marked by <-- > HERE in m/(?-x:(?:<!-- > [^>]*(?:InstanceBeginEditable|Dreamweaver([^>]+)target|DWLayoutDefaultTable)|function > MM_preloadImages\(\) \[{ <-- HERE ]))/ at > /home/cpansand/.cpan/build/2016062806/WWW-Wappalyzer-0.16- > 0/blib/lib/WWW/Wappalyzer.pm line 251. > # Looks like your test exited with 255 just after 1. > t/Wappalyzer.t .... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 8/9 subtests
The same or a similar failure reappeared in 0.18: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/(?-x:(?:<!--[^>]*(?:InstanceBeginEditable|Dreamweaver([^>]+)target|DWLayoutDefaultTable)|function MM_preloadImages\(\) \\{ <-- HERE ))/ at /home/cpansand/.cpan/build/2016071709/WWW-Wappalyzer-0.18-0/blib/lib/WWW/Wappalyzer.pm line 246. # Looks like your test exited with 255 just after 1. t/Wappalyzer.t .... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/9 subtests On 2016-06-30 02:33:18, NALOBIN wrote: Show quoted text
> Thank you for report. Fixed in WWW-Wappalyzer-0.17 > > On Tue Jun 28 01:23:36 2016, SREZIC wrote:
> > The module does not compile anymore with perl 5.25.x: > > > > Unescaped left brace in regex is illegal here in regex; marked by <-- > > HERE in m/(?-x:(?:<!-- > > [^>]*(?:InstanceBeginEditable|Dreamweaver([^>]+)target|DWLayoutDefaultTable)|function > > MM_preloadImages\(\) \[{ <-- HERE ]))/ at > > /home/cpansand/.cpan/build/2016062806/WWW-Wappalyzer-0.16- > > 0/blib/lib/WWW/Wappalyzer.pm line 251. > > # Looks like your test exited with 255 just after 1. > > t/Wappalyzer.t .... > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 8/9 subtests