summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigpm1
1 files changed, 1 insertions, 0 deletions
diff --git a/configpm b/configpm
index 66b51a43bf..8c53dbb724 100755
--- a/configpm
+++ b/configpm
@@ -30,6 +30,7 @@ sub import {
my $pkg = shift;
@_ = @EXPORT unless @_;
my @func = grep {$_ ne '%Config'} @_;
+ local $Exporter::ExportLevel = 1;
Exporter::import('Config', @func) if @func;
return if @func == @_;
my $callpkg = caller(0);