summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-08-14 15:06:07 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-08-14 17:49:01 +0100
commit809046db05742711d28ee1fbb0a0e63a4e73ed89 (patch)
treee34d9a7114c08283726d213210a6e06484ab2dc4 /MANIFEST
parentbc337e5c08fd3b2fb5063efa582bb40d199419b1 (diff)
downloadperl-809046db05742711d28ee1fbb0a0e63a4e73ed89.tar.gz
Update Test-Simple to CPAN version 0.96
[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.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST7
1 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 12c66be0e3..0946e2474e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2323,6 +2323,7 @@ cpan/Test-Simple/t/plan_shouldnt_import.t Test::Simple test
cpan/Test-Simple/t/plan_skip_all.t Test::More test, plan() w/skip_all
cpan/Test-Simple/t/plan.t Test::More test, plan()
cpan/Test-Simple/t/require_ok.t Test::Simple test
+cpan/Test-Simple/t/Simple/load.t Test::Builder tests
cpan/Test-Simple/t/simple.t Test::Simple test, basic stuff
cpan/Test-Simple/t/skipall.t Test::More test, skip all tests
cpan/Test-Simple/t/skip.t Test::More test, SKIP tests
@@ -2332,7 +2333,13 @@ cpan/Test-Simple/t/subtest/die.t Test::More test
cpan/Test-Simple/t/subtest/do.t Test::More test
cpan/Test-Simple/t/subtest/exceptions.t Test::More test
cpan/Test-Simple/t/subtest/for_do_t.test Test::More test
+cpan/Test-Simple/t/subtest/fork.t Test::Builder tests
+cpan/Test-Simple/t/subtest/implicit_done.t Test::Builder tests
+cpan/Test-Simple/t/subtest/line_numbers.t Test::Builder tests
+cpan/Test-Simple/t/subtest/plan.t Test::Builder tests
+cpan/Test-Simple/t/subtest/predicate.t Test::Builder tests
cpan/Test-Simple/t/subtest/singleton.t Test::More test
+cpan/Test-Simple/t/subtest/todo.t Test::Builder tests
cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t Test::Builder::Module test
cpan/Test-Simple/t/Tester/tbt_01basic.t Test::Builder::Tester test
cpan/Test-Simple/t/Tester/tbt_02fhrestore.t Test::Builder::Tester test