summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2016-01-26 16:40:37 -0800
committerChad Granum <exodist7@gmail.com>2016-01-26 16:41:10 -0800
commitc6fc2bcd25fa8ad93e05d55faa83910ace0a1ae8 (patch)
treef0535c30c51cb01304cf8d31fc27f11ce9151048
parentd9153af006fe62d453d440736d7f77e59c301072 (diff)
Fix a warning
-rw-r--r--lib/Importer.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Importer.pm b/lib/Importer.pm
index 2577b9d..053c735 100644
--- a/lib/Importer.pm
+++ b/lib/Importer.pm
@@ -12,13 +12,13 @@ my %SIG_TO_SLOT = (
'*' => 'GLOB',
);
-our @EXPORT_OK = qw/optimal_import/;
-
our %IMPORTED;
# This will be used to check if an import arg is a version number
my %NUMERIC = map +($_ => 1), 0 .. 9;
+sub IMPORTER_MENU() {(export_ok => [qw/optimal_import/])}
+
###########################################################################
#
# These are class methods