This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
When running tests from lib/, set @INC and $ENV{PERL5LIB} to ../lib
authorNicholas Clark <nick@ccl4.org>
Mon, 7 Feb 2011 15:36:40 +0000 (15:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 7 Feb 2011 16:33:12 +0000 (16:33 +0000)
commit76cc22ec8d16738e37cbdd3bb7205aed330bd0e7
treeb8c715f4bf1f881b4633e59ce158848c2cb82490
parentbe2b6a899980e0f4af70e797c0fdaeec6dd6a7d9
When running tests from lib/, set @INC and $ENV{PERL5LIB} to ../lib

This ensures (reasonable) consistency with tests in cpan/, dist/ and ext/,
which set this to qw(../../lib ../../t), but are not from t/, hence don't have
t/ implicitly in @INC as '.'
TestInit.pm
t/TEST