Subject: | Deprecation warning with Perl 5.14.0 RC1 |
Hi,
I just tested CGI::Application::Dispatch with the new Perl 5.14.0 RC1
and I get a deprecation warning for the use of qw() as parenthesis:
Use of qw(...) as parentheses is deprecated at
/home/entwicklung/.cpan/build/CGI-Application-Dispatch-2.18-em1omR/blib/lib/CGI/Application/Dispatch.pm
line 792.
The new deprecations are described in
http://search.cpan.org/~jesse/perl-5.14.0-RC1/pod/perldelta.pod#Deprecations
- Renée