This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Trim all trailing / from "." in @INC when filling %INC
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 25 Jun 2009 17:57:19 +0000 (19:57 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 25 Jun 2009 17:57:19 +0000 (19:57 +0200)
commite63be7465b2d564165a64209685cfd7026a2005b
treeff47a7c8e5014efbcaf54a81c56527e2c94e89ef
parent15932acc618e3c642a4814dee6429b92b088b3fd
Trim all trailing / from "." in @INC when filling %INC

This fixes bug #66942 : as a / was left in the directory name,
$INC{"Foo.pm"} for a file loaded from the current directory
was given the incorrect value "/Foo.pm".
pp_ctl.c
t/run/runenv.t