Skip to content

Commit

Permalink
Update to 0.46
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wen committed Dec 1, 2012
1 parent 0ce6ccc commit d62c5a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions 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/}

Expand Down
8 changes: 4 additions & 4 deletions 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

0 comments on commit d62c5a5

Please sign in to comment.