Skip Menu |

This queue is for tickets about the Sub-Call-Recur CPAN distribution.

Report information
The Basics
Id: 110746
Status: new
Priority: 0/
Queue: Sub-Call-Recur

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

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



Subject: qw without parentheses
Running "perl Makefile.Pl" fails with newer perls: Output from '/bbbike/perl-5.22.0/bin/perl Makefile.PL': Semicolon seems to be missing at Makefile.PL line 22. syntax error at Makefile.PL line 17, near "$mod qw(B::Hooks::OP::Check::EntersubForCV)" Global symbol "$mod" requires explicit package name (did you forget to declare "my $mod"?) at Makefile.PL line 18. Global symbol "$mod" requires explicit package name (did you forget to declare "my $mod"?) at Makefile.PL line 19. Global symbol "$mod" requires explicit package name (did you forget to declare "my $mod"?) at Makefile.PL line 20. syntax error at Makefile.PL line 21, near "}" Execution of Makefile.PL aborted due to compilation errors.