summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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