Subject: | Type.pm: Use of qw(...) as parentheses is deprecated |
The follow lines are too old?
our %EXPORT_TAGS = (types => [qw(HTTP_PROXY SOCKS4_PROXY SOCKS5_PROXY
UNKNOWN_PROXY DEAD_PROXY)]);
Errormessage:
Type.pm: Use of qw(...) as parentheses is deprecated at
C:/strawberry/perl/site/lib/Net/Proxy/Type.pm line 55.
Perl 5.16 (strawberryperl.com)
Fix possible?