X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=blobdiff_plain;f=lib%2Flocal%2Flib.pm;h=1153400154e60dacfed58d22e9689c80b5135970;hp=cc91aea9aed7bc21723ea6087ba6a08e2e0acaf1;hb=d8b2311a96dc5d2ebc189193515b1fcc4893274c;hpb=c4f03552f81d2ed246211d6480dc6e447cc56528 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index cc91aea..1153400 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -66,11 +66,6 @@ DEATH $arg_store{path} = $class->resolve_path($arg_store{path}); $class->setup_local_lib_for($arg_store{path}, $deactivating); - - for (@INC) { # Untaint @INC - next if ref; # Skip entry if it is an ARRAY, CODE, blessed, etc. - m/(.*)/ and $_ = $1; - } } sub pipeline;