summaryrefslogtreecommitdiff
path: root/t/TEST
Commit message (Expand)AuthorAgeFilesLines
* Allow override of PERL5OPT etc in t/TESTTim Bunce2009-12-161-3/+13
* ExtUtils-Install tests need abs_path @INC for utf8H.Merijn Brand2009-10-231-1/+2
* Remove the "hack" that removes SVt_UTF8 in the UTF16 filter, by fixing t/TESTNicholas Clark2009-10-221-1/+1
* Default to running tests in cpan/ with relative paths for perl and @INCNicholas Clark2009-10-111-6/+40
* Run tests in ext/ and dist/ with relative paths for perl and @INC.Nicholas Clark2009-10-111-6/+8
* Avoid using ++, op= and anon hash constructors in the testing code.Nicholas Clark2009-10-091-14/+14
* Move Time::HiRes from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Test::Simple from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Pod::Simple from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Pod::Parser from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move parent from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move MIME::Base64 from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Math::BigRat from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Math::BigInt from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move IO::Compress from ext/ to cpan/Nicholas Clark2009-10-021-1/+1
* Move Compress::Raw::Zlib from ext/ to cpan/Nicholas Clark2009-10-011-1/+1
* Move Compress::Raw::Bzip2 from ext/ to cpan/Nicholas Clark2009-10-011-1/+1
* Move B::Debug from ext/ to cpan/Nicholas Clark2009-10-011-1/+1
* Move t/pod/diag.t to t/porting, as it's really a code consistency test.Nicholas Clark2009-10-011-1/+0
* Move Unicode::Collate from ext/ to dist/Nicholas Clark2009-09-301-1/+1
* Move Unicode::Normalize from ext/ to cpan/Nicholas Clark2009-09-301-1/+1
* Tests running in cpan (and dist) are also allowed to generate noisy TAP.Nicholas Clark2009-09-271-1/+1
* Remove IPC::SysV from the list of PERL_CORE=1 testing exceptions.Nicholas Clark2009-09-271-1/+0
* Support building extensions in dist/ as well as cpan/ and ext/Nicholas Clark2009-09-261-2/+2
* Move Devel::PPPort from ext/ to cpan/Nicholas Clark2009-09-261-1/+1
* Move Tie::RefHash from ext/ to cpan/Nicholas Clark2009-09-261-1/+1
* Move podlators from ext/ to cpan/Nicholas Clark2009-09-261-1/+1
* Move Parse::CPAN::Meta from ext/ to cpan/Nicholas Clark2009-09-261-1/+1
* Move NEXT from ext/ to cpan/Nicholas Clark2009-09-261-1/+1
* Tests in cpan/ should run from their directory, as tests in ext/ already do.Nicholas Clark2009-09-261-4/+4
* Move Test::Simple from lib to ext.Nicholas Clark2009-09-131-0/+1
* Use alternative URLs for links which are now broken (link rot)Leon Brocard2009-09-131-1/+1
* Move Unicode::Collate from lib to ext.Nicholas Clark2009-09-131-0/+1
* Move NEXT from lib to ext.Nicholas Clark2009-09-131-0/+1
* Move Getopt::Long from lib to ext.Nicholas Clark2009-09-131-0/+1
* Move Pod::Parser from lib (and t/pod) to ext.Nicholas Clark2009-09-131-1/+10
* Move podlators from lib to ext.Nicholas Clark2009-09-131-0/+1
* Move Pod::Simple from lib to ext.Nicholas Clark2009-09-131-0/+1
* Moved parent from lib/ to ext/Chris Williams2009-09-121-0/+1
* Moved Tie-RefHash from lib/ to ext/Chris Williams2009-09-111-0/+1
* Moved Math-BigInt from lib/ to ext/Chris Williams2009-09-111-0/+1
* Move Math-BigRat from lib/ to ext/Chris Williams2009-09-101-0/+1
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-1/+1
* Move Parse::CPAN::Meta from lib/ to ext/Chris Williams2009-09-071-0/+1
* Make Encode tests work with $PERL_CORE in the environmentRafael Garcia-Suarez2009-09-071-1/+0
* Set @INC to ../lib if we're running in t, else modules can't be required.Nicholas Clark2009-09-051-0/+3
* _run_test() doesn't need to conform to TAP::Harness exec callback interface a...Vincent Pit2009-09-011-8/+4
* Fix include path for utf8 testsVincent Pit2009-09-011-1/+1
* Don't use the anonymous hash reference constructor in t/TESTVincent Pit2009-09-011-2/+4
* Don't quote -T/-t in _scan_test()Vincent Pit2009-08-311-2/+2