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
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);