grep out non-files from @INC.
authorskaufman <sam@socialflow.com>
Mon, 14 Apr 2014 16:08:17 +0000 (12:08 -0400)
committerskaufman <sam@socialflow.com>
Mon, 14 Apr 2014 16:10:06 +0000 (12:10 -0400)
commit9a46f6c5479427e967cea4f4ea64b0be7decbd7c
treefbe1a64bfea32960e4fdfc9cfc7f5582c091dca7
parent961077ea7e8e6f0885392bf769e29ee4bf5ad046
grep out non-files from @INC.
Non-files dont make sense when passed to -I
Devel::Local chucks
a | into PERL5LIB, which breaks when passed to the command line.
( perl -I| doesnt work )
lib/Object/Remote/FatNode.pm