X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSub%2FName.pm;h=11b47a742ab7644c236594e8d3788ad92a1f5332;hb=f0c9441e86875712754fd4cc816aff82e8e51a2c;hp=a74b9591c867e6003226c312359c4ceb7efc725e;hpb=2166ef12a913af542e4932e6b6c7886c170f23d9;p=p5sagit%2FSub-Name.git diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index a74b959..11b47a7 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -1,5 +1,6 @@ package Sub::Name; -# ABSTRACT: (re)name a sub +# ABSTRACT: (Re)name a sub +# KEYWORDS: subroutine function utility name rename symbol =pod @@ -53,9 +54,10 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.15'; +our $VERSION = '0.22'; -use Exporter 5.57 'import'; +use Exporter (); +*import = \&Exporter::import; our @EXPORT = qw(subname); our @EXPORT_OK = @EXPORT;