diff options
author | sno <sno@pkgsrc.org> | 2010-08-31 05:45:14 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-31 05:45:14 +0000 |
commit | a2fc0f5b81d206936be37f5c31e59f76f8cdc478 (patch) | |
tree | f12f8097223ca8105f73c6699cd2ba9ac4dc3b72 /devel/p5-Test-Most | |
parent | cb715e13f576b169b16df75370478d36ab00be13 (diff) | |
download | pkgsrc-a2fc0f5b81d206936be37f5c31e59f76f8cdc478.tar.gz |
Updating devel/p5-Test-Most from 0.21nb1 to 0.22
pkgsrc changes:
- correcting license
- adjusting dependency versions
Upstream changes:
0.22 2010-08-07
- Added always_explain() and always_show().
- Apply doc fixes from ranguard. Thanks :)
0.21_04 2010-02-06
- Give people the ability to exclude test modules in case of
conflicts. This is to resolve: "Prototype mismatch: sub
main::blessed ($) vs none" error with Moose and Test::Deep. See
https://rt.cpan.org/Ticket/Display.html?id=54362&results=e73ff63c5bf9ba0f796efdba5773cf3f
0.21_03 2010-02-06
- Bump up dependency on Test::Builder. Need that for done_testing()
and to deprecate all_done().
- Remove strict and warnings from tests since they no longer need them
:)
- Decided to bump up the minimum version number for all test modules.
This module should be "one stop shopping" for most people.
- Moderately significant POD update.
0.21_02 2010-02-06
- Import strict an warnings.
- Increase version requirement for
https://rt.cpan.org/Ticket/Display.html?id=44790 Thanks to Gerda
Shank for that.
0.21_01 2009-02-18
- Have explain() depend on Test::More::note() (patch from Schwern)
- Depend on Test::More directly (patch from Scwhern)
Diffstat (limited to 'devel/p5-Test-Most')
-rw-r--r-- | devel/p5-Test-Most/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Test-Most/distinfo | 8 |
2 files changed, 13 insertions, 13 deletions
diff --git a/devel/p5-Test-Most/Makefile b/devel/p5-Test-Most/Makefile index 40971b3016d..b526b7a4b0d 100644 --- a/devel/p5-Test-Most/Makefile +++ b/devel/p5-Test-Most/Makefile @@ -1,24 +1,24 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:34:35 seb Exp $ +# $NetBSD: Makefile,v 1.5 2010/08/31 05:45:14 sno Exp $ # -DISTNAME= Test-Most-0.21 +DISTNAME= Test-Most-0.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/perldoc?Test::Most COMMENT= Most commonly needed test functions and features -LICENSE= artistic-2.0 +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class -DEPENDS+= p5-Test-Simple>=0.82:../../devel/p5-Test-Simple -DEPENDS+= p5-Test-Exception>0:../../devel/p5-Test-Exception -DEPENDS+= p5-Test-Differences>0:../../devel/p5-Test-Differences -DEPENDS+= p5-Test-Deep>0:../../devel/p5-Test-Deep +DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple +DEPENDS+= p5-Test-Exception>0.29:../../devel/p5-Test-Exception +DEPENDS+= p5-Test-Differences>0.500:../../devel/p5-Test-Differences +DEPENDS+= p5-Test-Deep>0.106:../../devel/p5-Test-Deep DEPENDS+= p5-Test-Harness>3.07:../../devel/p5-Test-Harness -DEPENDS+= p5-Test-Warn>0.10:../../devel/p5-Test-Warn +DEPENDS+= p5-Test-Warn>0.11:../../devel/p5-Test-Warn PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Test-Most PKG_SUPPORTED_OPTIONS+= data-dumper-names diff --git a/devel/p5-Test-Most/distinfo b/devel/p5-Test-Most/distinfo index b029cf5cf25..2ef375799c0 100644 --- a/devel/p5-Test-Most/distinfo +++ b/devel/p5-Test-Most/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/04/12 10:59:47 sno Exp $ +$NetBSD: distinfo,v 1.3 2010/08/31 05:45:14 sno Exp $ -SHA1 (Test-Most-0.21.tar.gz) = 9254d88cd126fa8f732791ca3c92ea741c6e129a -RMD160 (Test-Most-0.21.tar.gz) = 721acbe934e61b58c19bce976234993c883b0a89 -Size (Test-Most-0.21.tar.gz) = 10732 bytes +SHA1 (Test-Most-0.22.tar.gz) = 54f52f5a40aaba21b4a31a541dba7fe31ac545dc +RMD160 (Test-Most-0.22.tar.gz) = b5cd934061b420080861bdf4d1ba76422e6c452d +Size (Test-Most-0.22.tar.gz) = 15221 bytes |