projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5a53943
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
37ac897
..
09e66d4
100644
(file)
--- a/
lib/Sub/Name.pm
+++ b/
lib/Sub/Name.pm
@@
-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;