pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Exception Updated to version 0.26.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fa6a434746d
branches:  trunk
changeset: 537428:7fa6a434746d
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Jan 08 22:41:30 2008 +0000

description:
Updated to version 0.26.

Pkgsrc changes:
  - The package supports installationt to DESTDIR.
  - Needs at least p5-Sub-Uplevel 0.18.

Changes since version 0.25:
===========================
0.26
    -   Added some more exposition on the usage of dies_ok() and lives_ok() for
        those who found them confusing. Also reordered presentation of docs so
        more specific throws_ok() comes first.
    -   Some misc. documentation tweaks.
    -   Added some tests for RT#24678, but not actually fixed them yet
        (thanks to Joshua ben Jore & David Golden). They skip for now.
    -   Tests should now pass on Strawberry/Vanilla Perl (thanks Nadim Khemir
        & Chris Dolan)
    -   Added comment in docs about T::E not catching exit() in eval() blocks
        (thanks Peter Scott)
    -   Updated Test::* & Sub::Uplevel version dependencies to something modern

diffstat:

 devel/p5-Test-Exception/Makefile |  8 +++++---
 devel/p5-Test-Exception/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 0f93e0009c44 -r 7fa6a434746d devel/p5-Test-Exception/Makefile
--- a/devel/p5-Test-Exception/Makefile  Tue Jan 08 22:23:05 2008 +0000
+++ b/devel/p5-Test-Exception/Makefile  Tue Jan 08 22:41:30 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2007/02/18 02:50:03 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2008/01/08 22:41:30 heinz Exp $
 #
 
-DISTNAME=              Test-Exception-0.25
+DISTNAME=              Test-Exception-0.26
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -10,7 +10,9 @@
 HOMEPAGE=              http://search.cpan.org/dist/Test-Exception/
 COMMENT=               Test exception based code
 
-DEPENDS+=              p5-Sub-Uplevel>=0.13:../../devel/p5-Sub-Uplevel
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=              p5-Sub-Uplevel>=0.18:../../devel/p5-Sub-Uplevel
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Test/Exception/.packlist
diff -r 0f93e0009c44 -r 7fa6a434746d devel/p5-Test-Exception/distinfo
--- a/devel/p5-Test-Exception/distinfo  Tue Jan 08 22:23:05 2008 +0000
+++ b/devel/p5-Test-Exception/distinfo  Tue Jan 08 22:41:30 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2007/02/18 02:50:03 wiz Exp $
+$NetBSD: distinfo,v 1.5 2008/01/08 22:41:30 heinz Exp $
 
-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
+SHA1 (Test-Exception-0.26.tar.gz) = 38bd08c35d781e2445a65ea31676dc0516994a89
+RMD160 (Test-Exception-0.26.tar.gz) = 9065141a226000ee7a9d38d1f61247c60401461c
+Size (Test-Exception-0.26.tar.gz) = 12741 bytes



Home | Main Index | Thread Index | Old Index