This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
File::CheckTree.t: @INC should be change for chdir
authorKarl Williamson <public@khwilliamson.com>
Thu, 28 Oct 2010 04:54:59 +0000 (22:54 -0600)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 28 Oct 2010 16:35:27 +0000 (09:35 -0700)
This test has a workaround for windows that isn't needed if it just sets
up the @INC initially to allow for finding things both before and after
the chdir.

And, it's unreasonable to expect that nothing it calls would in turn
never do their own module load, so the @INC needs to be correct anyway.


No differences found