diff options
author | wiz <wiz> | 2007-02-18 02:50:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-18 02:50:03 +0000 |
commit | 10c3bc04286965cd7a54ea1a2d3b2c9675e75169 (patch) | |
tree | 0a32a35cf566d027ea6e05a735d06b4937bd099c /devel | |
parent | a22f441eae302ba0b7d8aa9f0a96fd32b3e0bee9 (diff) | |
download | pkgsrc-10c3bc04286965cd7a54ea1a2d3b2c9675e75169.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Exception/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-Exception/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Test-Exception/Makefile b/devel/p5-Test-Exception/Makefile index 861f623ac1a..95a76d2d92c 100644 --- a/devel/p5-Test-Exception/Makefile +++ b/devel/p5-Test-Exception/Makefile @@ -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 diff --git a/devel/p5-Test-Exception/distinfo b/devel/p5-Test-Exception/distinfo index 5322e5a6f77..90044278a60 100644 --- a/devel/p5-Test-Exception/distinfo +++ b/devel/p5-Test-Exception/distinfo @@ -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 |