From: Graham Knop <haarg@haarg.org>
Date: Fri, 14 Oct 2016 23:20:21 +0000 (-0400)
Subject: drop Exporter 5.57 prereq
X-Git-Tag: v0.22~5
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ae12aec3d5b8aca72eaeed79f91039bdd388f83;p=p5sagit%2FSub-Name.git

drop Exporter 5.57 prereq
---

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;