| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch unit tests to explicitly insert "." into @INC when needed. | H.Merijn Brand | 2016-11-11 | 1 | -1/+1 |
* | Get closure.t working under minitest | Father Chrysostomos | 2014-09-02 | 1 | -1/+10 |
* | Two small tidying refactors for TestInit.pm | Nicholas Clark | 2011-06-22 | 1 | -2/+3 |
* | Fix a (back)slash bug in a regex, added with the regex itself. | Nicholas Clark | 2011-06-22 | 1 | -1/+1 |
* | In TestInit, eliminate @new_inc, by assigning to @INC directly. | Nicholas Clark | 2011-06-22 | 1 | -15/+11 |
* | In TestInit, inline new_inc() and set_opt() into import(), their only caller. | Nicholas Clark | 2011-06-22 | 1 | -29/+20 |
* | Add an import option 'T' to TestInit, for tests that run at the top level. | Nicholas Clark | 2011-06-22 | 1 | -0/+5 |
* | In TestInit.pm, move the default chdir and @INC code into import(). | Nicholas Clark | 2011-06-22 | 1 | -28/+36 |
* | In TestInit.pm, merge two substitutions into one. | Nicholas Clark | 2011-06-22 | 1 | -3/+2 |
* | When running tests from lib/, set @INC and $ENV{PERL5LIB} to ../lib | Nicholas Clark | 2011-02-07 | 1 | -1/+4 |
* | Support building extensions in dist/ as well as cpan/ and ext/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | TestInit at the command line should treat tests in cpan/ the same as in ext/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | Anchor a regexp, else paths including /Text/ are mistaken for tests in ext/ | Nicholas Clark | 2009-08-31 | 1 | -1/+1 |
* | Correctly munge the path of $^X when running interactively, and set PERL5LIB. | Nicholas Clark | 2009-08-30 | 1 | -2/+3 |
* | Move TestInit.pm to the top level of the distribution, to make it easier to use. | Nicholas Clark | 2009-08-30 | 1 | -0/+111 |