X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSub%2FName.pm;h=c59e9244b7a29a4fa6fc266a2a87763745f69422;hb=e7a62a4071b77329ff736a31a956c77e9b664299;hp=f43e26654c001dd7de99551c8b858ffc7147f0ff;hpb=9c9043ece381a40f6009c2ebd13688a475a42d9e;p=p5sagit%2FSub-Name.git diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index f43e266..c59e924 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -54,9 +54,10 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.22'; +our $VERSION = '0.25'; -use Exporter 5.57 'import'; +use Exporter (); +*import = \&Exporter::import; our @EXPORT = qw(subname); our @EXPORT_OK = @EXPORT;