Subject: | Use of qw(...) as parentheses is deprecated |
With perl 5.16:
...
Use of qw(...) as parentheses is deprecated at /tmpfs/.cpan-build/Smolder-1.51-RkryLb/blib/lib/Smolder/DB/Project.pm line 344.
Use of qw(...) as parentheses is deprecated at /tmpfs/.cpan-build/Smolder-1.51-RkryLb/blib/lib/Smolder/DB/SmokeReport.pm line 604.
t/constraints.t .... ok
...
With later perls (5.18+) this is a fatal error.