Subject: CVS commit: pkgsrc/devel/p5-Test-Exception
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/18/2007 02:50:03
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Feb 18 02:50:03 UTC 2007

Modified Files:
	pkgsrc/devel/p5-Test-Exception: Makefile distinfo

Log Message:
Update to 0.25:

0.25
    -   Updated Test::Simple dependency to make sure it is in sync with
        the latest T::B::T (thanks David Cantrell)

0.24
    -   Fixed a bunch of spelling mistakes in the POD
    -   Added an (optional) spelling test in t/developer

0.23
    -   Added a bunch of missed acknowledgements
    -   Made the fact that $@ is preserved by T::E subroutines explicit in
        the synopsis

0.22 - or the "about bloody time" release
    -   We now test that the import works (it does :-)
    -   Now works with exception classes that override isa
    -   Added link to AnnoCPAN
    -   Applied patch from Ben Prew to turn the misused TODO tests into
        proper Test::Builder::Tester tests - thanks Ben
    -   Now cannot pass undef as the exception to throws_ok
    -   The optional test description for lives_and is now optional :)
    -   Can now have empty test description for throws_ok
    -   Requires Sub::Uplevel 0.13 - squashing several bugs (thanks to David
        Golden for fixing Sub::Uplevel, and for reporting the issue - along
        with Cees Hek & Steve Purkis)
    -   Uses Test::Pod::Coverage rather than home grown script
    -   Added (optional) Perl::Critic tests
    -   Updated Test::Builder::Tester dependency to 1.04
    -   Tidied up tests, code and POD a little
    -   All developer tests live in t/developer and do not run by default
    -   Added example of only using Test::Exception if it's installed (thanks
        to Rob Muhlestein for suggesting this)
    -   Test coverage now at 100% (statement, branch, condition, subroutine
        & POD) according to Devel::Cover 0.58


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/p5-Test-Exception/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/p5-Test-Exception/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.