pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Simple Update to 0.84:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc910290aa40
branches:  trunk
changeset: 549570:bc910290aa40
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 05 15:10:35 2008 +0000

description:
Update to 0.84:

0.84  Wed Oct 15 09:06:12 EDT 2008
    Other
    * 0.82 accidentally shipped with experimental Mouse dependency.


0.82  Tue Oct 14 23:06:56 EDT 2008
    Bug Fixes
    - 0.81_01 broke $TODO such that $TODO = '' was considered todo.


0.81_02  Tue Sep  9 04:35:40 PDT 2008
    New Features
    * Test::Builder->reset_outputs() to reset all the output methods back to
      their defaults.

    Bug Fixes
    - Fixed the file and line number reported by like when it gets a bad
      regex.

    Features Changed
    - Now preserves the tests' exit code if it exits abnormally, rather than
      setting it to 255.
    - Changed the "Looks like your test died" message to
      "Looks like your test exited with $exit_code"
    - no_plan now only warns if given an argument.  There were a lot of people
      doing that, and it's a sensible mistake.  [test-more.googlecode.com 13]


0.81_01  Sat Sep  6 15:13:50 PDT 2008
    New Features
    * Adam Kennedy bribed me to add new_ok().  The price was one DEFCON license key.
      [rt.cpan.org 8891]
    * TODO tests can now start and end with 'todo_start' and 'todo_end'
      Test::Builder methods. [rt.cpan.org 38018]
    * Added Test::Builder->in_todo() for a safe way to check if a test is inside a
      TODO block.  This allows TODO tests with no reason.
    * Added note() and explain() to both Test::More and Test::Builder.
      [rt.cpan.org 14764] [test-more.googlecode.com 3]

    Features Changed
    * Changed the message for extra tests run to show the number of tests run rather than
      the number extra to avoid the user having to do mental math.
      [rt.cpan.org 7022]

    Bug fixes
    - using a relative path to perl broke tests              [rt.cpan.org 34050]
    - use_ok() broke $SIG{__DIE__} in the used module        [rt.cpan.org 34065]
    - diagnostics for isnt() were confusing on failure       [rt.cpan.org 33642]
    - warnings when MakeMaker's version contained _          [rt.cpan.org 33626]
    - add explicit test that non-integer plans die correctly [rt.cpan.org 28836]
      (Thanks to Hans Dieter Pearcey [confound] for fixing the above)
    - die if no_plan is given an argument                    [rt.cpan.org 27429]

diffstat:

 devel/p5-Test-Simple/Makefile |  5 ++---
 devel/p5-Test-Simple/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a8500c4611df -r bc910290aa40 devel/p5-Test-Simple/Makefile
--- a/devel/p5-Test-Simple/Makefile     Wed Nov 05 15:07:23 2008 +0000
+++ b/devel/p5-Test-Simple/Makefile     Wed Nov 05 15:10:35 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2008/10/19 19:18:01 he Exp $
+# $NetBSD: Makefile,v 1.40 2008/11/05 15:10:35 wiz Exp $
 
-DISTNAME=              Test-Simple-0.80
+DISTNAME=              Test-Simple-0.84
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 SVR4_PKGNAME=          p5tsi
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
diff -r a8500c4611df -r bc910290aa40 devel/p5-Test-Simple/distinfo
--- a/devel/p5-Test-Simple/distinfo     Wed Nov 05 15:07:23 2008 +0000
+++ b/devel/p5-Test-Simple/distinfo     Wed Nov 05 15:10:35 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2008/04/08 14:49:19 rhaen Exp $
+$NetBSD: distinfo,v 1.22 2008/11/05 15:10:35 wiz Exp $
 
-SHA1 (Test-Simple-0.80.tar.gz) = dde80be914943c217f0fd0e61ba1b455fe762077
-RMD160 (Test-Simple-0.80.tar.gz) = 6ad7940988427d93987ca5a5a2aba1fa0bdd4b74
-Size (Test-Simple-0.80.tar.gz) = 81559 bytes
+SHA1 (Test-Simple-0.84.tar.gz) = d8f3fe737b334a30c4a0819a6fe960e2e999dc8d
+RMD160 (Test-Simple-0.84.tar.gz) = 7173003825b3828d9b2a33bdc50ea8130c445265
+Size (Test-Simple-0.84.tar.gz) = 89308 bytes



Home | Main Index | Thread Index | Old Index