| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some broken URLs found by Porting/checkURL.pl | Leon Brocard | 2011-06-12 | 1 | -1/+1 |
* | Nothing uses $ENV{PERL_CORE_MINITEST} any more, so don't set it in t/TEST | Nicholas Clark | 2011-03-08 | 1 | -2/+0 |
* | In t/TEST, automatically detect if running under miniperl | Nicholas Clark | 2011-02-21 | 1 | -1/+2 |
* | When running tests from lib/, set @INC and $ENV{PERL5LIB} to ../lib | Nicholas Clark | 2011-02-07 | 1 | -0/+2 |
* | Move ExtUtils-Command from cpan/ to dist/ | Florian Ragwitz | 2010-11-09 | 1 | -1/+1 |
* | Move ExtUtils-Manifest from cpan/ to dist/ | Florian Ragwitz | 2010-11-09 | 1 | -1/+1 |
* | Excluding tests in sub-dirs | Jerry D. Hedden | 2010-11-08 | 1 | -1/+1 |
* | Upgade NEXT from version 0.64 to 0.65 | Florian Ragwitz | 2010-09-20 | 1 | -1/+0 |
* | Upgrade Math::BigRat from version 0.25 to 0.26 | Florian Ragwitz | 2010-09-15 | 1 | -2/+0 |
* | Remove obsolete core test directory boilerplate from Math::BigInt. | Nicholas Clark | 2010-09-10 | 1 | -1/+0 |
* | Remove obsolete core test directory boilerplate from bignum. | Nicholas Clark | 2010-09-10 | 1 | -1/+0 |
* | Math-BigInt runs fine under PERL_CORE now | Florian Ragwitz | 2010-09-10 | 1 | -1/+0 |
* | Teach t/TEST about Math-BigInt in dist/ | Florian Ragwitz | 2010-09-09 | 1 | -1/+1 |
* | blead is upstream for bignum | Florian Ragwitz | 2010-09-03 | 1 | -1/+1 |
* | blead is upstream for Math-BigInt | Florian Ragwitz | 2010-09-02 | 1 | -1/+1 |
* | Move ExtUtils::ParseXS from cpan/ to dist/ | Florian Ragwitz | 2010-07-27 | 1 | -2/+2 |
* | Move PathTools from cpan/ to dist/ | Florian Ragwitz | 2010-07-24 | 1 | -2/+2 |
* | In t/harness, clear PERL5LIB, PERLLIB, PERL5OPT as t/TEST does. | Nicholas Clark | 2010-07-09 | 1 | -13/+13 |
* | Adjust 'make test.valgrind' to account for cpan/dist/ext separation. | George Greer | 2010-07-03 | 1 | -3/+8 |
* | Allow override of PERL5OPT etc in t/TEST | Tim Bunce | 2009-12-16 | 1 | -3/+13 |
* | ExtUtils-Install tests need abs_path @INC for utf8 | H.Merijn Brand | 2009-10-23 | 1 | -1/+2 |
* | Remove the "hack" that removes SVt_UTF8 in the UTF16 filter, by fixing t/TEST | Nicholas Clark | 2009-10-22 | 1 | -1/+1 |
* | Default to running tests in cpan/ with relative paths for perl and @INC | Nicholas Clark | 2009-10-11 | 1 | -6/+40 |
* | Run tests in ext/ and dist/ with relative paths for perl and @INC. | Nicholas Clark | 2009-10-11 | 1 | -6/+8 |
* | Avoid using ++, op= and anon hash constructors in the testing code. | Nicholas Clark | 2009-10-09 | 1 | -14/+14 |
* | Move Time::HiRes from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Test::Simple from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Pod::Simple from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Pod::Parser from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move parent from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move MIME::Base64 from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Math::BigRat from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Math::BigInt from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move IO::Compress from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 1 | -1/+1 |
* | Move Compress::Raw::Zlib from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 1 | -1/+1 |
* | Move Compress::Raw::Bzip2 from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 1 | -1/+1 |
* | Move B::Debug from ext/ to cpan/ | Nicholas Clark | 2009-10-01 | 1 | -1/+1 |
* | Move t/pod/diag.t to t/porting, as it's really a code consistency test. | Nicholas Clark | 2009-10-01 | 1 | -1/+0 |
* | Move Unicode::Collate from ext/ to dist/ | Nicholas Clark | 2009-09-30 | 1 | -1/+1 |
* | Move Unicode::Normalize from ext/ to cpan/ | Nicholas Clark | 2009-09-30 | 1 | -1/+1 |
* | Tests running in cpan (and dist) are also allowed to generate noisy TAP. | Nicholas Clark | 2009-09-27 | 1 | -1/+1 |
* | Remove IPC::SysV from the list of PERL_CORE=1 testing exceptions. | Nicholas Clark | 2009-09-27 | 1 | -1/+0 |
* | Support building extensions in dist/ as well as cpan/ and ext/ | Nicholas Clark | 2009-09-26 | 1 | -2/+2 |
* | Move Devel::PPPort from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | Move Tie::RefHash from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | Move podlators from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | Move Parse::CPAN::Meta from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | Move NEXT from ext/ to cpan/ | Nicholas Clark | 2009-09-26 | 1 | -1/+1 |
* | Tests in cpan/ should run from their directory, as tests in ext/ already do. | Nicholas Clark | 2009-09-26 | 1 | -4/+4 |
* | Move Test::Simple from lib to ext. | Nicholas Clark | 2009-09-13 | 1 | -0/+1 |