Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id A57A163BD86 for ; Wed, 5 Nov 2008 15:10:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 44D1F63B1DD; Wed, 5 Nov 2008 15:10:37 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id E262063B1EF for ; Wed, 5 Nov 2008 15:10:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B9274175D0; Wed, 5 Nov 2008 15:10:35 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/devel/p5-Test-Simple To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20081105151035.B9274175D0@cvs.netbsd.org> Date: Wed, 5 Nov 2008 15:10:35 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Wed Nov 5 15:10:35 UTC 2008 Modified Files: pkgsrc/devel/p5-Test-Simple: Makefile distinfo Log Message: 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] To generate a diff of this commit: cvs rdiff -r1.39 -r1.40 pkgsrc/devel/p5-Test-Simple/Makefile cvs rdiff -r1.21 -r1.22 pkgsrc/devel/p5-Test-Simple/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.