From: Nicholas Clark Date: Mon, 7 Feb 2011 15:36:40 +0000 (+0000) Subject: When running tests from lib/, set @INC and $ENV{PERL5LIB} to ../lib X-Git-Tag: v5.13.10~358 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/76cc22ec8d16738e37cbdd3bb7205aed330bd0e7?hp=76cc22ec8d16738e37cbdd3bb7205aed330bd0e7 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 '.' ---