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) ...