drop Exporter 5.57 prereq
[p5sagit/Sub-Name.git] / lib / Sub / Name.pm
index 844357d..b3fb8d9 100644 (file)
@@ -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;