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
This commit is contained in:
parent
11eac50fec
commit
d1873a48c9
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:24 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2007/02/18 02:50:03 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Test-Exception-0.21
|
||||
DISTNAME= Test-Exception-0.25
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://search.cpan.org/dist/Test-Exception/
|
||||
COMMENT= Test exception based code
|
||||
|
||||
DEPENDS+= p5-Sub-Uplevel-[0-9]*:../../devel/p5-Sub-Uplevel
|
||||
DEPENDS+= p5-Sub-Uplevel>=0.13:../../devel/p5-Sub-Uplevel
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Test/Exception/.packlist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/11/23 22:16:09 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2007/02/18 02:50:03 wiz Exp $
|
||||
|
||||
SHA1 (Test-Exception-0.21.tar.gz) = 46b5b71003064accfb166b68c4988c152a444165
|
||||
RMD160 (Test-Exception-0.21.tar.gz) = 4c3767fadcc838154f3cde3efea16a0cfbf06bba
|
||||
Size (Test-Exception-0.21.tar.gz) = 10142 bytes
|
||||
SHA1 (Test-Exception-0.25.tar.gz) = 256c4a752291e65c90da465e1466c98d66bd1b46
|
||||
RMD160 (Test-Exception-0.25.tar.gz) = fa2483cb48a52debdf5e760dd40f5b8e03ab4ae7
|
||||
Size (Test-Exception-0.25.tar.gz) = 11353 bytes
|
||||
|
|
Loading…
Reference in a new issue