use Exporter directly, to avoid base as a prerq
Karen Etheridge [Sat, 9 Aug 2014 04:57:21 +0000 (21:57 -0700)]
lib/Sub/Name.pm

index 37ac897..09e66d4 100644 (file)
@@ -56,7 +56,7 @@ use 5.006;
 use strict;
 use warnings;
 
-use base 'Exporter';
+use Exporter 5.57 'import';
 
 our @EXPORT = qw(subname);
 our @EXPORT_OK = @EXPORT;