Skip Menu |

This queue is for tickets about the WebService-Validator-CSS-W3C CPAN distribution.

Report information
The Basics
Id: 80710
Status: resolved
Priority: 0/
Queue: WebService-Validator-CSS-W3C

People
Owner: BJOERN [...] cpan.org
Requestors: nine [...] detonation.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.2
Fixed in: 0.3



Subject: Deprecation warning since perl 5.14
Use of qw(...) as parentheses is deprecated at /usr/lib/perl5/site_perl/5.14.2/WebService/Validator/CSS/W3C.pm line 25. Use of qw(...) as parentheses is deprecated at /usr/lib/perl5/site_perl/5.14.2/WebService/Validator/CSS/W3C.pm line 26. Fix by replacing the following lines: __PACKAGE__->mk_accessors qw/user_agent validator_uri/; __PACKAGE__->mk_ro_accessors qw/response request_uri som success/; with: __PACKAGE__->mk_accessors (qw/user_agent validator_uri/); __PACKAGE__->mk_ro_accessors (qw/response request_uri som success/);