X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSub%2FName.pm;h=11b47a742ab7644c236594e8d3788ad92a1f5332;hb=3ae12aec3d5b8aca72eaeed79f91039bdd388f83;hp=f43e26654c001dd7de99551c8b858ffc7147f0ff;hpb=356a8ce39639e3f550f2958c61f3fa596c8cca63;p=p5sagit%2FSub-Name.git diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index f43e266..11b47a7 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -56,7 +56,8 @@ use warnings; our $VERSION = '0.22'; -use Exporter 5.57 'import'; +use Exporter (); +*import = \&Exporter::import; our @EXPORT = qw(subname); our @EXPORT_OK = @EXPORT;