Message-ID: <Pine.LNX.4.10.
10006230009400.322-100000@mojo.covalent.net>
p4raw-id: //depot/cfgperl@6251
$exports{$sym} = 1;
}
}
+ for (@_) {
+ #need to match first to avoid "Modification of a read-only value attempted"
+ if (/^\+/ and s/^\+//) {
+ (\&{"$pkg\::$_"})->(); #try AUTOLOAD now so calls are inlined
+ }
+ }
if ($Verbose or $Debug
or grep {/\W/ or $args and not exists $exports{$_}
or @fail and $_ eq $fail[0]