summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Put a watchdog on openpid.t: it has been found to hang in some Win32 smokes.Steve Hay2009-09-291-1/+1
* Fix when( scalar ... ) bugJosh ben Jore2009-09-281-1/+10
* Check that sparse files hold at least a block (bug in eCryptfs: https://bugs....Leon Brocard2009-09-281-1/+2
* [perl #69384] numericness failure in sortingZefram2009-09-271-1/+8
* 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-262-3/+3
* 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
* t/pod/diag.t skips ../ext, so it should skip ../cpan too.Nicholas Clark2009-09-261-1/+1
* 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