Skip Menu |

This queue is for tickets about the CSS-Watcher CPAN distribution.

Report information
The Basics
Id: 108297
Status: resolved
Priority: 0/
Queue: CSS-Watcher

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

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



Subject: my $_ is not allowed anymore in perl 5.23.4 and greater
t/01_css_parser.t fails with perl 5.23.4: Can't use global $_ in "my" at t/01_css_parser.t line 31, near "($_" Global symbol "$ids" requires explicit package name (did you forget to declare "my $ids"?) at t/01_css_parser.t line 31. Global symbol "$ids" requires explicit package name (did you forget to declare "my $ids"?) at t/01_css_parser.t line 36. Execution of t/01_css_parser.t aborted due to compilation errors. # Looks like you planned 8 tests but ran 1. # Looks like your test exited with 255 just after 1. t/01_css_parser.t .... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 7/8 subtests