This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
76cc22e
)
When running tests from lib/, set @INC and $ENV{PERL5LIB} to ../lib
author
Nicholas Clark
<nick@ccl4.org>
Mon, 7 Feb 2011 15:36:40 +0000
(15:36 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 7 Feb 2011 16:33:12 +0000
(16:33 +0000)
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 '.'
No differences found