diff options
author | wen <wen@pkgsrc.org> | 2012-12-01 13:41:53 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-12-01 13:41:53 +0000 |
commit | 8b14be3cc7ee598174cb59ed98fce576a71cd80e (patch) | |
tree | 1eaff625f4db7af366c9a5c8d7637d5e4bc9c283 /devel | |
parent | aeb5af807423fcd031dc68322c8c80105544f1ef (diff) | |
download | pkgsrc-8b14be3cc7ee598174cb59ed98fce576a71cd80e.tar.gz |
Update to 0.46
Upstream changes:
0.46 Tue Oct 2 13:23:00 EDT 2012
- with() enables argument matching on mocked methods
- raises() makes mocked methods raise exceptions
Contributed by Kjell-Magne .ierud (issue #12)
0.45 Mon May 7 10:08:13 EDT 2012
- Add support for TAP version 13.
Contributed by Michael G. Schwern (issue #11)
0.44 Mon Apr 30 11:04:00 CST 2012
- Allow shared_examples_for to be defined in any context.
0.43 Sat Apr 14 16:22:00 EST 2012
- Fixed runtests() to honor its contract to run only the examples specified
in its @patterns parameter or SPEC environment variable.
0.42 Mon Mar 05 21:18:00 CST 2012
- Added context() and xcontext() aliases for describe/xdescribe
(reported by intrigeri)
0.41 Sat Mar 03 19:04:00 EST 2012
- Added license info to Makefile.PL (RT #75400)
- Fixed test suite problems on Windows
0.40 Mon Jan 30 18:38:00 EST 2012
- Fixed problem that caused Test::Spec usage errors (e.g. 'describe "foo";'
without a subroutine argument) to be reported from inside the library,
instead of the caller's perspective where the actual error is.
0.39 Wed Aug 31 00:52:00 EST 2011
- Added xit/xthey/xdescribe to mark TODO tests, inspired by the
Jasmine JavaScript framework.
Contributed by Marian Schubert (issue #10).
0.38 Sat Jul 09 23:16:00 EST 2011
- Added share() function to facilitate spec refactoring.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Spec/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Test-Spec/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Test-Spec/Makefile b/devel/p5-Test-Spec/Makefile index d94fa9a2329..9a3cd1d0389 100644 --- a/devel/p5-Test-Spec/Makefile +++ b/devel/p5-Test-Spec/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:19:10 asau Exp $ +# $NetBSD: Makefile,v 1.4 2012/12/01 13:41:53 wen Exp $ -DISTNAME= Test-Spec-0.38 +DISTNAME= Test-Spec-0.46 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Spec/distinfo b/devel/p5-Test-Spec/distinfo index 96ece546d27..d97215f7774 100644 --- a/devel/p5-Test-Spec/distinfo +++ b/devel/p5-Test-Spec/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/08/16 21:04:55 wiz Exp $ +$NetBSD: distinfo,v 1.2 2012/12/01 13:41:54 wen Exp $ -SHA1 (Test-Spec-0.38.tar.gz) = 7ecdb5211ccf1b0dfdd58a5bca66cc5b0a247aeb -RMD160 (Test-Spec-0.38.tar.gz) = 441dbd076a41cbbfb190935c7be0ea7f3ebdc11a -Size (Test-Spec-0.38.tar.gz) = 29874 bytes +SHA1 (Test-Spec-0.46.tar.gz) = 53fac63afa4ad61c205fa0939605c481fb93bbb7 +RMD160 (Test-Spec-0.46.tar.gz) = af0841f2d8a723ffd3afd90fb9bac8330fb6b0ef +Size (Test-Spec-0.46.tar.gz) = 33401 bytes |