Update to 0.96:

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.
This commit is contained in:
wiz 2010-08-16 09:46:44 +00:00
parent 5541eabba2
commit b21a04160d
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.44 2009/09/09 20:28:14 seb Exp $
# $NetBSD: Makefile,v 1.45 2010/08/16 09:46:44 wiz Exp $
DISTNAME= Test-Simple-0.94
DISTNAME= Test-Simple-0.96
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tsi
CATEGORIES= devel perl5

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.26 2009/09/09 20:28:14 seb Exp $
$NetBSD: distinfo,v 1.27 2010/08/16 09:46:44 wiz Exp $
SHA1 (Test-Simple-0.94.tar.gz) = ae41562c9dbb28724f62ed4414eb2f391a878b34
RMD160 (Test-Simple-0.94.tar.gz) = 34d53454a592f297300ed9cbe62e0639c5dcdf27
Size (Test-Simple-0.94.tar.gz) = 106635 bytes
SHA1 (Test-Simple-0.96.tar.gz) = d5d5f657a363d8328c1c2d4972f879df4f6496b1
RMD160 (Test-Simple-0.96.tar.gz) = cb26f27641a0dd467a8e3287f1072a3335cc4b18
Size (Test-Simple-0.96.tar.gz) = 105888 bytes