This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Windows build with MinGW-w64's gcc-4.8.0
[perl5.git] / TestInit.pm
2011-06-22 Nicholas ClarkTwo small tidying refactors for TestInit.pm
2011-06-22 Nicholas ClarkFix a (back)slash bug in a regex, added with the regex...
2011-06-22 Nicholas ClarkIn TestInit, eliminate @new_inc, by assigning to @INC...
2011-06-22 Nicholas ClarkIn TestInit, inline new_inc() and set_opt() into import...
2011-06-22 Nicholas ClarkAdd an import option 'T' to TestInit, for tests that...
2011-06-22 Nicholas ClarkIn TestInit.pm, move the default chdir and @INC code...
2011-06-22 Nicholas ClarkIn TestInit.pm, merge two substitutions into one.
2011-02-07 Nicholas ClarkWhen running tests from lib/, set @INC and $ENV{PERL5LI...
2009-09-26 Nicholas ClarkSupport building extensions in dist/ as well as cpan...
2009-09-26 Nicholas ClarkTestInit at the command line should treat tests in...
2009-08-31 Nicholas ClarkAnchor a regexp, else paths including /Text/ are mistak...
2009-08-30 Nicholas ClarkCorrectly munge the path of $^X when running interactiv...
2009-08-30 Nicholas ClarkMove TestInit.pm to the top level of the distribution...