Skip Menu |

This queue is for tickets about the Bigtop CPAN distribution.

Report information
The Basics
Id: 117449
Status: new
Priority: 0/
Queue: Bigtop

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

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



Subject: Use of qw(...) as parentheses is deprecated
Module compilation fails with newer perls: # Failed test 'use Bigtop::Parser;' # at t/01_use.t line 4. # Tried to use 'Bigtop::Parser'. # Error: syntax error at /tmpfs/.cpan-build-cpansand/2016090306/Bigtop-0.38-0/blib/lib/Bigtop/Parser.pm line 63, near "$keyword_type qw( app controller method )" # Global symbol "$keyword_type" requires explicit package name (did you forget to declare "my $keyword_type"?) at /tmpfs/.cpan-build-cpansand/2016090306/Bigtop-0.38-0/blib/lib/Bigtop/Parser.pm line 66. # BEGIN not safe after errors--compilation aborted at /tmpfs/.cpan-build-cpansand/2016090306/Bigtop-0.38-0/blib/lib/Bigtop/Parser.pm line 70. # Compilation failed in require at t/01_use.t line 4. # BEGIN failed--compilation aborted at t/01_use.t line 4. ... (snipped) ...