This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / t / TEST
2011-03-08 Nicholas ClarkNothing uses $ENV{PERL_CORE_MINITEST} any more, so...
2011-02-21 Nicholas ClarkIn t/TEST, automatically detect if running under miniperl
2011-02-07 Nicholas ClarkWhen running tests from lib/, set @INC and $ENV{PERL5LI...
2010-11-09 Florian RagwitzMove ExtUtils-Command from cpan/ to dist/
2010-11-09 Florian RagwitzMove ExtUtils-Manifest from cpan/ to dist/
2010-11-08 Jerry D. HeddenExcluding tests in sub-dirs
2010-09-20 Florian RagwitzUpgade NEXT from version 0.64 to 0.65
2010-09-15 Florian RagwitzUpgrade Math::BigRat from version 0.25 to 0.26
2010-09-10 Nicholas ClarkRemove obsolete core test directory boilerplate from...
2010-09-10 Nicholas ClarkRemove obsolete core test directory boilerplate from...
2010-09-10 Florian RagwitzMath-BigInt runs fine under PERL_CORE now
2010-09-09 Florian RagwitzTeach t/TEST about Math-BigInt in dist/
2010-09-02 Florian Ragwitzblead is upstream for bignum
2010-09-02 Florian Ragwitzblead is upstream for Math-BigInt
2010-07-27 Florian RagwitzMove ExtUtils::ParseXS from cpan/ to dist/
2010-07-24 Florian RagwitzMove PathTools from cpan/ to dist/
2010-07-09 Nicholas ClarkIn t/harness, clear PERL5LIB, PERLLIB, PERL5OPT as...
2010-07-03 George GreerAdjust 'make test.valgrind' to account for cpan/dist...
2009-12-15 Tim BunceAllow override of PERL5OPT etc in t/TEST
2009-10-23 H.Merijn BrandExtUtils-Install tests need abs_path @INC for utf8
2009-10-22 Nicholas ClarkRemove the "hack" that removes SVt_UTF8 in the UTF16...
2009-10-11 Nicholas ClarkDefault to running tests in cpan/ with relative paths...
2009-10-11 Nicholas ClarkRun tests in ext/ and dist/ with relative paths for...
2009-10-09 Nicholas ClarkAvoid using ++, op= and anon hash constructors in the...
2009-10-02 Nicholas ClarkMove Time::HiRes from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Test::Simple from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Pod::Simple from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Pod::Parser from ext/ to cpan/
2009-10-02 Nicholas ClarkMove parent from ext/ to cpan/
2009-10-02 Nicholas ClarkMove MIME::Base64 from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Math::BigRat from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Math::BigInt from ext/ to cpan/
2009-10-02 Nicholas ClarkMove IO::Compress from ext/ to cpan/
2009-10-01 Nicholas ClarkMove Compress::Raw::Zlib from ext/ to cpan/
2009-10-01 Nicholas ClarkMove Compress::Raw::Bzip2 from ext/ to cpan/
2009-10-01 Nicholas ClarkMove B::Debug from ext/ to cpan/
2009-10-01 Nicholas ClarkMove t/pod/diag.t to t/porting, as it's really a code...
2009-09-30 Nicholas ClarkMove Unicode::Collate from ext/ to dist/
2009-09-30 Nicholas ClarkMove Unicode::Normalize from ext/ to cpan/
2009-09-27 Nicholas ClarkTests running in cpan (and dist) are also allowed to...
2009-09-27 Nicholas ClarkRemove IPC::SysV from the list of PERL_CORE=1 testing...
2009-09-26 Nicholas ClarkSupport building extensions in dist/ as well as cpan...
2009-09-26 Nicholas ClarkMove Devel::PPPort from ext/ to cpan/
2009-09-26 Nicholas ClarkMove Tie::RefHash from ext/ to cpan/
2009-09-26 Nicholas ClarkMove podlators from ext/ to cpan/
2009-09-26 Nicholas ClarkMove Parse::CPAN::Meta from ext/ to cpan/
2009-09-26 Nicholas ClarkMove NEXT from ext/ to cpan/
2009-09-26 Nicholas ClarkTests in cpan/ should run from their directory, as...
2009-09-13 Nicholas ClarkMove Test::Simple from lib to ext.
2009-09-13 Leon BrocardUse alternative URLs for links which are now broken...
2009-09-13 Nicholas ClarkMove Unicode::Collate from lib to ext.
2009-09-13 Nicholas ClarkMove NEXT from lib to ext.
2009-09-13 Nicholas ClarkMove Getopt::Long from lib to ext.
2009-09-13 Nicholas ClarkMove Pod::Parser from lib (and t/pod) to ext.
2009-09-13 Nicholas ClarkMove podlators from lib to ext.
2009-09-13 Nicholas ClarkMove Pod::Simple from lib to ext.
2009-09-12 Chris WilliamsMoved parent from lib/ to ext/
2009-09-11 Chris WilliamsMoved Tie-RefHash from lib/ to ext/
2009-09-11 Chris WilliamsMoved Math-BigInt from lib/ to ext/
2009-09-10 Chris WilliamsMove Math-BigRat from lib/ to ext/
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/
2009-09-07 Chris WilliamsMove Parse::CPAN::Meta from lib/ to ext/
2009-09-07 Rafael Garcia-SuarezMake Encode tests work with $PERL_CORE in the environment
2009-09-05 Nicholas ClarkSet @INC to ../lib if we're running in t, else modules...
2009-09-01 Vincent Pit_run_test() doesn't need to conform to TAP::Harness...
2009-09-01 Vincent PitFix include path for utf8 tests
2009-09-01 Vincent PitDon't use the anonymous hash reference constructor...
2009-08-31 Vincent PitDon't quote -T/-t in _scan_test()
2009-08-31 Vincent PitPut the chdir logic into the two new helpers _before_fo...
2009-08-31 Vincent PitForge the test command to execute in a new _cmd() subro...
2009-08-31 Vincent PitMove more test options discovery from _run_test() to...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Attribute...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from I18N::Langi...
2009-08-30 Rafael Garcia-SuarezFix Safe tests under PERL_CORE and make safeops.t run...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from DynaLoader...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Data::Dumpe...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-08-30 Nicholas ClarkBreak out B::Debug into its own directory in ext.
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Storable...
2009-08-30 Nicholas ClarkMove TestInit.pm to the top level of the distribution...
2009-08-30 Nicholas ClarkTidy up comments.
2009-08-30 Nicholas ClarkAs well as PERL5LIB, remove PERLLIB and PERL5OPT from...
2009-08-30 Steve HayFix typo in TestInit and revert workaround.
2009-08-29 Nicholas ClarkUse ../../perl instead of ../../t/perl on Win32, as...
2009-08-28 Craig A. BerryUse ../../t/perl rather than ../../perl, as the latter...
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-08-27 Nicholas Clarkt/harness and t/TEST can both use the same _run_test...
2009-08-27 Nicholas ClarkShare common code in t/TEST and t/harness, by having...
2009-08-26 Nicholas ClarkBreak out the code that finds tests in MANIFEST into...
2009-08-26 Nicholas Clark%OVER was removed in October 2001 with 6ff868ee and...
2009-08-26 Nicholas Clarkt/TEST shouldn't use -M options until we've tested...
2009-08-25 Michael G. SchwernRefactoring to consoldate some hard coded paths.
2009-08-25 Michael G. SchwernThere's no reason to load TestInit in TEST.
2009-08-25 Michael G. SchwernQuote "strict"->import and "warnings"->import to quiet...
2009-08-25 Michael G. SchwernRefactor the code to run the test into _run_test()
2009-08-25 Michael G. SchwernRefactoring to move the code to read the test for speci...
2009-08-25 Michael G. SchwernThis is reading the first line of the test, not running it.
2009-08-25 Nicholas ClarkRun t/run/*.t before t/cmd/*.t, making the order base...
next