diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1999-07-27 13:42:00 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-28 07:07:46 +0000 |
commit | 4365a96142729d7b3a9c9c8ae27b2ba9005938cf (patch) | |
tree | 1b42389565bda95c45d387be094ffaf949290436 /configpm | |
parent | f63b97789ba5baa6af3b3f438fee07cb2b3074e5 (diff) | |
download | perl-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-x | configpm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |