| Commit message (Expand) | Author | Age | Files | Lines |
* | Haiku Port | Ingo Weinhold | 2008-10-29 | 1 | -1/+1 |
* | Integrate: | Vincent Pit | 2008-10-25 | 1 | -1/+15 |
* | Test::Simple 0.81_02 has: | Nicholas Clark | 2008-10-21 | 3 | -0/+4 |
* | Upgrade to ExtUtils-MakeMaker-6.48 | Nicholas Clark | 2008-10-20 | 1 | -0/+35 |
* | Change "use $foo; 1" in evals to "require $foo; 1" to avoid breaking | Nicholas Clark | 2008-10-20 | 1 | -6/+6 |
* | Upgrade to ExtUtils-MakeMaker-6.47_02 | Nicholas Clark | 2008-10-17 | 1 | -22/+20 |
* | One final tweak for the Test-Simple-0.82 upgrade. Ugh. | Steve Peters | 2008-10-15 | 1 | -6/+0 |
* | *sigh* More files messed with for Test-Simple-0.82. | Steve Peters | 2008-10-15 | 3 | -3/+11 |
* | Some additional files changes for Test-Simple-0.82 | Steve Peters | 2008-10-15 | 15 | -3/+18 |
* | Upgrade to ExtUtils-MakeMaker-6.47_01 | Nicholas Clark | 2008-10-15 | 2 | -2/+92 |
* | Change of email address. | Abigail | 2008-10-07 | 1 | -1/+1 |
* | Loading modules in test.pl | Jerry D. Hedden | 2008-09-27 | 1 | -7/+4 |
* | Change 30638 to 5.8.x inadvertently introduced (at lest) two | Nicholas Clark | 2008-09-22 | 1 | -0/+6 |
* | Need to free the isa lookup hash before rebuilding it. | Nicholas Clark | 2008-09-12 | 1 | -1/+12 |
* | Watchdog re-queue | Jerry D. Hedden | 2008-09-10 | 1 | -5/+3 |
* | Re: 'if not / unless' optimization change makes my pow test go POW! | Vincent Pit | 2008-09-08 | 1 | -3/+14 |
* | Re-instate all the warnings checks that don't work on Win32, but with | Nicholas Clark | 2008-09-08 | 1 | -4/+56 |
* | Make sure the watchdog requeues itself when sleep() wakes up early | Craig A. Berry | 2008-09-08 | 1 | -4/+12 |
* | Make sure temp file has an extension on VMS to work with the new | Craig A. Berry | 2008-09-08 | 1 | -1/+2 |
* | $ENV{TEST_JOBS} vs $ENV{HARNESS_OPTIONS} | Bram | 2008-09-07 | 1 | -2/+21 |
* | Re: unless(...) terser than if(!...) | Vincent Pit | 2008-09-07 | 2 | -2/+24 |
* | Split all the tests for ops that can return undef for defined args | Nicholas Clark | 2008-09-07 | 1 | -77/+331 |
* | Fix #30660: Repeated spaces on shebang line stops option parsing | Nicholas Clark | 2008-08-28 | 1 | -1/+17 |
* | Khaaaaan! Change 34230 wasn't right. The tests all passed because I | Nicholas Clark | 2008-08-26 | 1 | -0/+6 |
* | Move all of Test::Harness's test modules into ext/Test/Harness/t/lib | Nicholas Clark | 2008-08-26 | 14 | -418/+0 |
* | Fix new test added by #34198, which failed on Win32 | Steve Hay | 2008-08-26 | 1 | -1/+1 |
* | Move t/lib/{data,sample-tests,source_tests,subclass_tests} into | Nicholas Clark | 2008-08-26 | 65 | -599/+0 |
* | Unintented interpolation of $/ in regex (was: Re: [perl | Bram | 2008-08-24 | 1 | -0/+15 |
* | Re: Change 34184: Convert all unimaginative (ie race condition) temporary fil... | Bram | 2008-08-19 | 1 | -1/+1 |
* | VMS-specific follow-up to tempfile name changes in 34182, plus | Craig A. Berry | 2008-08-13 | 3 | -14/+8 |
* | RE: [perl #35877] Strange regex failure? | Bram | 2008-08-12 | 1 | -4/+7 |
* | [perl #52740] [PATCH-tests] crash when localizing a symtab entry | Bram | 2008-08-11 | 1 | -1/+6 |
* | Use App::Prove::State to store the timings for the tests, and if | Nicholas Clark | 2008-08-09 | 1 | -7/+36 |
* | Don't need to do the globbing before building the rules, as it makes | Nicholas Clark | 2008-08-09 | 1 | -1/+1 |
* | Everything in t/ can now run in parallel. | Nicholas Clark | 2008-08-08 | 1 | -12/+1 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-08 | 11 | -61/+48 |
* | Use test.pl, not Test.pm, in t/run/*.t | Nicholas Clark | 2008-08-08 | 1 | -3/+3 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-07 | 13 | -166/+158 |
* | Let rip with t/op/*.t in parallel too. | Nicholas Clark | 2008-08-07 | 1 | -2/+1 |
* | Use test.pl's tempfile(). | Nicholas Clark | 2008-08-07 | 13 | -90/+81 |
* | Fix bug in counting in tempfile(). | Nicholas Clark | 2008-08-07 | 1 | -7/+12 |
* | A proper tempfile function that can be used multiple times. | Nicholas Clark | 2008-08-07 | 1 | -2/+9 |
* | As rules can be glob patterns, leave them as glob patterns, and instead | Nicholas Clark | 2008-08-07 | 1 | -2/+2 |
* | Run t/uni/*.t t/mro/*.t t/lib/*.t fully in parallel. | Nicholas Clark | 2008-08-07 | 1 | -2/+5 |
* | If TEST_JOBS is set to something non-zero, use TAP::Harness to run the | Nicholas Clark | 2008-08-06 | 1 | -17/+90 |
* | Better temporary file name generation. (Avoid using ++, avoid file | Nicholas Clark | 2008-08-06 | 1 | -5/+20 |
* | Bring the joy of strict to t/harness. | Nicholas Clark | 2008-08-06 | 1 | -2/+3 |
* | Tests for [perl #57564] and [perl #24524] Refcounting bug | Bram | 2008-08-06 | 1 | -1/+13 |
* | Upgrade to Test::Harness 3.13 | Nicholas Clark | 2008-07-31 | 13 | -1/+262 |
* | Convert undef.t to use test.pl and strict. | Nicholas Clark | 2008-07-26 | 1 | -37/+41 |