summaryrefslogtreecommitdiff
path: root/TestInit.pm
Commit message (Collapse)AuthorAgeFilesLines
* When running tests from lib/, set @INC and $ENV{PERL5LIB} to ../libNicholas Clark2011-02-071-1/+4
| | | | | | 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 '.'
* Support building extensions in dist/ as well as cpan/ and ext/Nicholas Clark2009-09-261-1/+1
|
* TestInit at the command line should treat tests in cpan/ the same as in ext/Nicholas Clark2009-09-261-1/+1
|
* Anchor a regexp, else paths including /Text/ are mistaken for tests in ext/Nicholas Clark2009-08-311-1/+1
|
* Correctly munge the path of $^X when running interactively, and set PERL5LIB.Nicholas Clark2009-08-301-2/+3
|
* Move TestInit.pm to the top level of the distribution, to make it easier to use.Nicholas Clark2009-08-301-0/+111