diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-11-23 14:29:44 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-11-23 14:29:44 +0000 |
commit | 109b8539c9aac0ad81a0fc2fc911625c226a0184 (patch) | |
tree | dbec7669fb4878a4cdc133995523e4d64ece15f7 /devel | |
parent | 2f264d271d0727a5ba47fb05b8db060857fd0719 (diff) | |
download | pkgsrc-109b8539c9aac0ad81a0fc2fc911625c226a0184.tar.gz |
Update to 0.34. From the changelog:
- Make compatible with the new Test::Builder (exodist - Chad Granum)
- Backwards-incompatible change: reftype no longer exported by
default. See https://github.com/Ovid/test--most/issues/6 (reported
by rjattril). This should not be noticed by most users
(crosses-fingers).
- defer_plan() has long been deprecated and will be removed in a
future release. This release carp()s if you try to call it.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Most/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Most/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Test-Most/Makefile b/devel/p5-Test-Most/Makefile index 6eeaa916f9b..34ad9b87b5c 100644 --- a/devel/p5-Test-Most/Makefile +++ b/devel/p5-Test-Most/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2014/06/09 19:02:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.16 2014/11/23 14:29:44 schmonz Exp $ # -DISTNAME= Test-Most-0.33 +DISTNAME= Test-Most-0.34 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Most/distinfo b/devel/p5-Test-Most/distinfo index a24589dc888..c6155a84e13 100644 --- a/devel/p5-Test-Most/distinfo +++ b/devel/p5-Test-Most/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2014/06/09 19:02:18 schmonz Exp $ +$NetBSD: distinfo,v 1.8 2014/11/23 14:29:44 schmonz Exp $ -SHA1 (Test-Most-0.33.tar.gz) = a43cd36ad561f323deb80eb1f8ae607f19f55678 -RMD160 (Test-Most-0.33.tar.gz) = a451d3e9e37e1ada4d7fdadcaf7d333e0e59261b -Size (Test-Most-0.33.tar.gz) = 15265 bytes +SHA1 (Test-Most-0.34.tar.gz) = 5808c5a3f466b20bb2a212ef2d3a4087ee633103 +RMD160 (Test-Most-0.34.tar.gz) = d693eed598c6213799c1ec5dad1ade8612379b37 +Size (Test-Most-0.34.tar.gz) = 15919 bytes |