[perl #6665] Different behavior using the -Idir option on the command line and inside...
authorRenee Baecker <renee.baecker@smart-websolutions.de>
Thu, 25 Dec 2008 23:15:25 +0000 (00:15 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 25 Dec 2008 23:15:25 +0000 (00:15 +0100)
commitccb8f6a64f3dd06b4360bc27c194b28e6766a6ad
tree9e08c17ffef10250fc4538f5002730c529c1d893
parent0147cd53faa57ffcd05cb0455b952fbfbe63b0b2
[perl #6665] Different behavior using the -Idir option on the command line and inside a perl script

Adds the -Idir at the beginning of @INC.

(Plus a test by rgs -- check that -I does not add directories at the end
of the @INC array anymore)
perl.c
t/run/switchI.t