summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/lib/autouse.pm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/lib/autouse.pm')
-rw-r--r--contrib/perl5/lib/autouse.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/perl5/lib/autouse.pm b/contrib/perl5/lib/autouse.pm
index 4445c6c..179c382 100644
--- a/contrib/perl5/lib/autouse.pm
+++ b/contrib/perl5/lib/autouse.pm
@@ -3,7 +3,7 @@ package autouse;
#use strict; # debugging only
use 5.003_90; # ->can, for my $var
-$autouse::VERSION = '1.01';
+$autouse::VERSION = '1.02';
$autouse::DEBUG ||= 0;
@@ -25,7 +25,7 @@ sub import {
vet_import $module;
local $Exporter::ExportLevel = $Exporter::ExportLevel + 1;
# $Exporter::Verbose = 1;
- return $module->import(map { (my $f = $_) =~ s/\(.*?\)$// } @_);
+ return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
}
# It is not loaded: need to do real work.
OpenPOWER on IntegriCloud