summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-11Force scalar context on the example argument to done_testingHEADmasterShawn M Moore1-1/+1
2011-04-18Merge branch 'review/doherty/faq'Michael G. Schwern2-16/+89
2011-04-18Answered "why do I need more than ok" with regard to diagnostics.Michael G. Schwern1-4/+28
2011-04-18Rejigger Mike Doherty's FAQ answer as it's really about test files.Michael G. Schwern1-9/+35
2011-04-18Give an example of ordered filenames.Michael G. Schwern1-0/+6
2011-04-18Merge remote-tracking branch 'doherty/master' into review/doherty/faqMichael G. Schwern2-16/+33
2011-03-29Update .gitignore for MYMETA.jsonMichael G. Schwern1-1/+2
2011-03-29Merge branch 'bug/bailout_in_subtest'Michael G. Schwern3-9/+84
2011-03-29Update the change logMichael G. Schwern1-0/+5
2011-03-29Merge remote-tracking branch 'larryl/master' into bug/bailout_in_subtestMichael G. Schwern2-9/+79
2011-03-28Make BAIL_OUT play nice inside subtests.refs/pull/138/headLarry Leszczynski2-9/+79
2011-03-11use m// for clarityrefs/pull/140/headMike Doherty1-1/+1
2011-03-11Linkify module namesMike Doherty1-16/+17
2011-03-11FAQ entry for "Why do I need more than ok?"Mike Doherty1-0/+5
2011-03-11FAQ entry for test naming schemesMike Doherty1-0/+11
2011-02-23Version 0.98v0.98Michael G. Schwern9-11/+35
2011-02-23Update the change log with Pedro's doc fixMichael G. Schwern1-1/+4
2010-11-29Add new MYMETA.yml to .gitignoreMichael G. Schwern1-0/+1
2010-11-26Make the documentation of is()'s behavior wrt undef a bit more succinct.Michael G. Schwern2-4/+4
2010-11-26Merge branch 'master' of https://github.com/melo/test-more into melo-masterMichael G. Schwern2-0/+9
2010-11-26A better fix for the $? subtest fix.Michael G. Schwern3-2/+12
2010-11-19Bugfix: subtest() reported spurious failure if $? != 0refs/pull/88/headAaron Crane2-0/+21
2010-10-24Added documentation regarding is(), is_eq() and is_num(), and undef argsrefs/pull/87/headPedro Melo2-0/+9
2010-09-09POD typo spotted by etherMichael G. Schwern1-1/+1
2010-08-28Version 0.97_01v0.97_01Michael G. Schwern7-7/+7
2010-08-28Log changesMichael G. Schwern1-0/+6
2010-08-28Automatic filehandle discipline inheritance, take two. [rt.cpan.org 46542]Michael G. Schwern2-11/+17
2010-08-27Cleaned up Todd's doc patch. Moved it to use_ok() where people will be looki...Michael G. Schwern1-4/+5
2010-08-26Doc patch for use Module::Name () - http://github.com/schwern/test-more/issue...Todd Rinaldo1-0/+4
2010-08-21subtest() no longer has a prototype. It was just getting in the way.Michael G. Schwern3-2/+6
2010-08-21Accept both old and new-style regex stringificationKarl Williamson3-8/+20
2010-08-11Version 0.96v0.96Michael G. Schwern8-7/+8
2010-08-11Bug tracker moved to githubMichael G. Schwern2-1/+4
2010-05-19Document the is() fixageMichael G. Schwern1-0/+7
2010-05-19reset() didn't reset the done_testing state [googlecode 59]Michael G. Schwern3-3/+14
2010-05-19POD typo [googlecode 53]zimbufrog1-1/+1
2010-05-19Version 0.95_02v0.95_02Michael G. Schwern8-7/+16
2010-05-19Credit NickMichael G. Schwern1-1/+4
2010-05-19Test dependents with the current version, not the built version.Michael G. Schwern1-1/+2
2010-05-19Normalize "Feature Changes" in the change log for easier searching.Michael G. Schwern1-2/+2
2010-04-10update MANIFESTversion_14Nick Cleaton1-0/+2
2010-04-10typosNick Cleaton1-4/+4
2010-04-05Suppress DESTROY in a forked childNick Cleaton3-1/+53
2010-03-28TypoNick Cleaton1-1/+1
2010-03-28Clear $TODO for the subtest before $Level is resetNick Cleaton2-18/+43
2010-03-21Fix behavior of subtest in a todo blockNick Cleaton3-4/+199
2010-03-20Fix indentation of multi-line subtest diagnosticsNick Cleaton3-4/+23
2010-03-14Don't disable 'uninitialized' warningsNick Cleaton1-3/+0
2010-03-14TypoNick Cleaton1-1/+1
2010-03-14More tests of false value comparisons in is_deeplyNick Cleaton1-1/+32