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.