summaryrefslogtreecommitdiff
path: root/t/TEST
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Put the chdir logic into the two new helpers _before_fork() and _after_fork()Vincent Pit2009-08-311-9/+25
* Forge the test command to execute in a new _cmd() subroutineVincent Pit2009-08-311-22/+33
* Move more test options discovery from _run_test() to _scan_test()Vincent Pit2009-08-311-23/+45
* Remove the $ENV{PERL_CORE} boilerplate from Attribute::Handler's tests.Nicholas Clark2009-08-301-2/+1
* Remove the $ENV{PERL_CORE} boilerplate from I18N::Langinfo's tests.Nicholas Clark2009-08-301-1/+0
* Fix Safe tests under PERL_CORE and make safeops.t run againRafael Garcia-Suarez2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from Hash::Util::FieldHash's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from Hash::Util's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from DynaLoader's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from Data::Dumper's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from B's tests.Nicholas Clark2009-08-301-1/+0
* Break out B::Debug into its own directory in ext.Nicholas Clark2009-08-301-0/+1
* Remove the $ENV{PERL_CORE} boilerplate from Storable's tests.Nicholas Clark2009-08-301-1/+0
* Move TestInit.pm to the top level of the distribution, to make it easier to use.Nicholas Clark2009-08-301-3/+3
* Tidy up comments.Nicholas Clark2009-08-301-6/+4
* As well as PERL5LIB, remove PERLLIB and PERL5OPT from the environment.Nicholas Clark2009-08-301-0/+2
* Fix typo in TestInit and revert workaround.Steve Hay2009-08-301-3/+1
* Use ../../perl instead of ../../t/perl on Win32, as the latter doesn't work.Nicholas Clark2009-08-291-1/+3
* Use ../../t/perl rather than ../../perl, as the latter doesn't always exist.Craig A. Berry2009-08-281-1/+1
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-12/+57
* t/harness and t/TEST can both use the same _run_test() to invoke tests.Nicholas Clark2009-08-271-2/+6
* Share common code in t/TEST and t/harness, by having harness require ./TESTNicholas Clark2009-08-271-0/+13
* Break out the code that finds tests in MANIFEST into _tests_from_manifest().Nicholas Clark2009-08-261-40/+51
* %OVER was removed in October 2001 with 6ff868ee and 73ddec28.Nicholas Clark2009-08-261-3/+0
* t/TEST shouldn't use -M options until we've tested that they work.Nicholas Clark2009-08-261-4/+12
* Refactoring to consoldate some hard coded paths.Michael G. Schwern2009-08-251-6/+9
* There's no reason to load TestInit in TEST.Michael G. Schwern2009-08-251-1/+0
* Quote "strict"->import and "warnings"->import to quiet warnings.Michael G. Schwern2009-08-251-2/+2
* Refactor the code to run the test into _run_test()Michael G. Schwern2009-08-251-45/+61