From: Graham Knop Date: Fri, 14 Oct 2016 23:20:21 +0000 (-0400) Subject: drop Exporter 5.57 prereq X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Name.git;a=commitdiff_plain;h=refs%2Fheads%2Fexotic-db-sub drop Exporter 5.57 prereq --- diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index 844357d..b3fb8d9 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -56,7 +56,8 @@ use warnings; our $VERSION = '0.21'; -use Exporter 5.57 'import'; +use Exporter (); +*import = \&Exporter::import; our @EXPORT = qw(subname); our @EXPORT_OK = @EXPORT;