summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple
Commit message (Collapse)AuthorAgeFilesLines
* Update Test-Simple to CPAN version 0.98Chris 'BinGOs' Williams2011-02-239-8/+51
| | | | | | | | | | | [DELTA] 0.98 Wed, 23 Feb 2011 14:38:02 +1100 Bug Fixes * subtest() should not fail if $? is non-zero. (Aaron Crane) Docs * The behavior of is() and undef has been documented. (Pedro Melo)
* Upgrade to Test-Simple-0.97_01Karl Williamson2010-09-0611-26/+59
|
* Update Test-Simple to CPAN version 0.96Chris 'BinGOs' Williams2010-08-1428-126/+934
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.96 Tue Aug 10 21:13:04 PDT 2010 Bug Fixes * You can call done_testing() again after reset() [googlecode 59] Other * Bug tracker moved to github 0.95_02 Wed May 19 15:46:52 PDT 2010 Bug Fixes * Correct various typos and spelling errors (Nick Cleaton) * Fix alignment of indented multi-line diagnostics from subtests (Nick Cleaton) * Fix incorrect operation when subtest called from within a todo block (Nick Cleaton) * Avoid spurious output after a fork within a subtest (Nick Cleaton) 0.95_01 Wed Mar 3 15:36:59 PST 2010 Bug Fixes * is_deeply() didn't see a difference in regexes [rt.cpan.org 53469] * Test::Builder::Tester now sets $tb->todo_output to the output handle and not the error handle (to be in accordance with the default behaviour of Test::Builder and allow for testing TODO test behaviour). * Fixed file/line in failing subtest() diagnostics. (Nick Cleaton) * Protect against subtests setting $Level (Nick Cleaton) New Features * subtests without a 'plan' or 'no_plan' have an implicit 'done_testing()' added to them. * is_deeply() performance boost for large structures consisting of mostly non-refs (Nick Cleaton) Feature Changes * is() and others will no longer stringify its arguments before comparing. Overloaded objects will make use of their eq overload rather than their "" overload. This can break tests of impolitely string overloaded objects. DateTime prior to 0.54 is the biggest example.
* Remove Test-Simple's 00compile.t from coreSteve Hay2009-10-122-184/+0
| | | | | | | | | It required a hand-edited version of Test-Simple's MANIFEST due to the exclusion of a .pm file from core, but we shouldn't have edited versions of CPAN files in core. The presence of the MANIFEST file also caused warnings from the Makefile.PL due to other files being excluded from core, so rather than further editing of the MANIFEST it is simplest to just remove it and the test that requires it.
* Fix Test-Simple's new 00compile.t test in coreSteve Hay2009-10-111-1/+0
| | | | | It was failing even with its MANIFEST file now in place because that MANIFEST listed an IO::Scalar file that is EXCLUDED from core.
* Add Test-Simple's MANIFEST fileSteve Hay2009-10-111-0/+142
| | | | | | It is needed by the new 00compile.t test script. We don't normally include CPAN distributions' MANIFEST files in core, but there is an existing precedent for this in ExtUtils-MakeMaker.
* Upgrade to Test-Simple-0.94Steve Hay2009-10-1123-101/+1068
|
* Move Test::Simple from ext/ to cpan/Nicholas Clark2009-10-02119-0/+11723