summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1999-07-27 13:42:00 -0400
committerGurusamy Sarathy <gsar@cpan.org>1999-07-28 07:07:46 +0000
commit4365a96142729d7b3a9c9c8ae27b2ba9005938cf (patch)
tree1b42389565bda95c45d387be094ffaf949290436 /configpm
parentf63b97789ba5baa6af3b3f438fee07cb2b3074e5 (diff)
downloadperl-4365a96142729d7b3a9c9c8ae27b2ba9005938cf.tar.gz
fix the perl -V breakage
To: Jarkko Hietaniemi <jhi@iki.fi> Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org, gsar@activestate.com Subject: Re: Follow up to: _58 on AIX 431 Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3806
Diffstat (limited to 'configpm')
-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);