was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
[p5sagit/p5-mst-13.2.git] / lib / Exporter.pm
index 95076f8..585109e 100644 (file)
@@ -42,12 +42,6 @@ sub import {
       $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]