This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add an import option 'T' to TestInit, for tests that run at the top level.
authorNicholas Clark <nick@ccl4.org>
Sun, 19 Jun 2011 17:39:07 +0000 (19:39 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 22 Jun 2011 20:41:13 +0000 (22:41 +0200)
commita14453b94fa229e50f3dc0e7cc4b9a763b933cb6
tree42120e769e23d03e21f6d00d3414b1fb895539da
parentb6800926e4030bbaf8f4b22cba1727acaf7da13e
Add an import option 'T' to TestInit, for tests that run at the top level.

This sets @INC to 'lib, and unless we're already at the top level will
chdir '..' [on the assumption that we are starting in t].
TestInit.pm