Skip Menu |

This queue is for tickets about the WWW-Purolator-TrackingInfo CPAN distribution.

Report information
The Basics
Id: 92062
Status: resolved
Priority: 0/
Queue: WWW-Purolator-TrackingInfo

People
Owner: Nobody in particular
Requestors: cpan [...] zoffix.com
Cc:
AdminCc:

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



Subject: Syntax Error on Newer Perls
use base 'Class::Data::Accessor'; __PACKAGE__->mk_classaccessors qw/ error info ua /; 1) Produces a syntax error on newer perls ( qw// without parens stuff ); 2) Class::Data::Accessor is deprecated; use https://metacpan.org/pod/Class::Accessor::Grouped instead 3) Get some new tracking numbers and check that the module still works. 4) Create a proper test that checks the module still works.
Fixed