summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* For miniperl, disable PERL_UNICODE and -C.Nicholas Clark2009-09-231-0/+5
* Update URL to the current Perl-QA WikiLeon Brocard2009-09-221-1/+1
* dropped a test by accident the last go, so ressurect the pat_re_eval.t anyway...Yves Orton2009-09-195-199/+409
* split t/re/pat.t into new piecesYves Orton2009-09-1910-22131/+236
* copy pat.t into five new filesYves Orton2009-09-195-0/+21955
* Avoid re-creating a temporary file with constant contents for use.tNicholas Clark2009-09-182-6/+4
* Avoid using lib.pm in miniperl's tests.Nicholas Clark2009-09-183-36/+49
* Convert Porting/checkARGS_ASSERT.pl to a regresion test, t/lib/args_assert.tNicholas Clark2009-09-141-0/+56
* Move Test::Simple from lib to ext.Nicholas Clark2009-09-1319-371/+1
* Use alternative URLs for links which are now broken (link rot)Leon Brocard2009-09-131-1/+1
* split: Improve performance in scalar contextBo Borgerson2009-09-131-1/+97
* split: Remove implicit split to @_Bo Borgerson2009-09-133-26/+4
* 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-1343-2278/+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-115-538/+1
* Move Math-BigRat from lib/ to ext/Chris Williams2009-09-102-122/+1
* Update some remaining comments that still point to the old regexp tests locationVincent Pit2009-09-103-4/+4
* Fix paths in threaded regexp testsVincent Pit2009-09-104-4/+4
* missed a comment reference to t/op that should now be t/reYves Orton2009-09-101-1/+1
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-1041-70/+70
* add more positive gofs GPOS tests and fix some bugs tooYves Orton2009-09-101-1/+2
* Move t/op/rt69056.t test into t/op/subst.tMax Maischein2009-09-102-20/+4
* Add test for [perl #69056], 2nd tryMax Maischein2009-09-101-0/+19
* Move ExtUtils::MakeMaker from lib to ext.Nicholas Clark2009-09-1010-1010/+5
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-0839-261/+73
* Move Parse::CPAN::Meta from lib/ to ext/Chris Williams2009-09-072-86/+1
* Make Encode tests work with $PERL_CORE in the environmentRafael Garcia-Suarez2009-09-071-1/+0
* Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTESZefram2009-09-061-1/+31
* Set @INC to ../lib if we're running in t, else modules can't be required.Nicholas Clark2009-09-051-0/+3
* Output failures in an always printable formKarl Williamson2009-09-051-7/+7
* Replace system by print in strictures/parsing regression testRafael Garcia-Suarez2009-09-041-3/+6
* de-TODO a regexp test that was probably fixed with 7a68ade9729Yves Orton2009-09-021-1/+1
* set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and enable proper POSIX char ...Yves Orton2009-09-023-6/+6
* _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
* Adapt harness to the new TEST infrastructureVincent Pit2009-08-311-3/+32
* 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
* Move Pod::Plainer from lib to extNicholas Clark2009-08-311-57/+0
* Move Filter::Simple from lib to extNicholas Clark2009-08-304-54/+0
* Remove the $ENV{PERL_CORE} boilerplate from Attribute::Handler's tests.Nicholas Clark2009-08-301-2/+1