Skip Menu |

This queue is for tickets about the Net-Proxy-Type CPAN distribution.

Report information
The Basics
Id: 77815
Status: resolved
Priority: 0/
Queue: Net-Proxy-Type

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

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: (no value)



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?
Чтв Июн 14 02:07:18 2012, STEFANOS писал: Show quoted text
> The follow lines are too old? > > our %EXPORT_TAGS = (types => [qw(HTTP_PROXY SOCKS4_PROXY SOCKS5_PROXY > UNKNOWN_PROXY DEAD_PROXY)]);
No, this is not line 55 Show quoted text
> > 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?
I just uploaded version 0.05 with fix for this issue. Thanks for the report.