Skip Menu |

This queue is for tickets about the Sub-Name CPAN distribution.

Report information
The Basics
Id: 89114
Status: resolved
Priority: 0/
Queue: Sub-Name

People
Owner: ether [...] cpan.org
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.0502
Fixed in: 0.10-TRIAL



Subject: Drop usage of base.pm
base.pm is heavy and I want to get rid of it, in favor of parent.pm. -use base 'Exporter'; -use base 'DynaLoader'; +use Exporter 5.57 'import'; +our @ISA = qw<DynaLoader>; -- Olivier Mengué - http://perlresume.org/DOLMEN
Fixed in https://metacpan.org/release/ETHER/Sub-Name-0.10-TRIAL - please give this a try and let me know if the dist works, so I can be confident in making it a stable release