projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
356a8ce
)
drop Exporter 5.57 prereq
Graham Knop [Fri, 14 Oct 2016 23:20:21 +0000 (19:20 -0400)]
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
f43e266
..
11b47a7
100644
(file)
--- 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;