pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Simple Updated p5-Test-Simple to 1.302062.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f9bf8f6c0b4
branches:  trunk
changeset: 354386:4f9bf8f6c0b4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 28 09:48:32 2016 +0000

description:
Updated p5-Test-Simple to 1.302062.

1.302062  2016-10-20 06:16:08-07:00 America/Los_Angeles

    - No changes from last trial

1.302061  2016-09-30 14:49:19-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Removed a warning when using a non-TAP formatter with Test::Builder
      about the formatter not "no_header" and "no_diag". This happened even if
      the alternative formatter class implemented these attributes.
    - When finalize is called on a formatter, it now receives one more
      argument, a boolean indicating whether or not the call is for a subtest
      or not.

1.302060  2016-09-25 12:46:46-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Formatters now have terminate() and finalize() methods. These are called
      when there is a skip_all or bail event (terminate) or when a test suite
      is exiting normally (finalize). This allows formatters to finalize their
      output, which is important for any sort of document-oriented format (as
      opposed to a stream format like TAP). (#723)

diffstat:

 devel/p5-Test-Simple/Makefile |   4 ++--
 devel/p5-Test-Simple/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b6e310ae83f6 -r 4f9bf8f6c0b4 devel/p5-Test-Simple/Makefile
--- a/devel/p5-Test-Simple/Makefile     Fri Oct 28 09:48:04 2016 +0000
+++ b/devel/p5-Test-Simple/Makefile     Fri Oct 28 09:48:32 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2016/10/10 13:01:53 mef Exp $
+# $NetBSD: Makefile,v 1.65 2016/10/28 09:48:32 wiz Exp $
 
-DISTNAME=              Test-Simple-1.302059
+DISTNAME=              Test-Simple-1.302062
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
diff -r b6e310ae83f6 -r 4f9bf8f6c0b4 devel/p5-Test-Simple/distinfo
--- a/devel/p5-Test-Simple/distinfo     Fri Oct 28 09:48:04 2016 +0000
+++ b/devel/p5-Test-Simple/distinfo     Fri Oct 28 09:48:32 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2016/10/10 13:01:53 mef Exp $
+$NetBSD: distinfo,v 1.37 2016/10/28 09:48:32 wiz Exp $
 
-SHA1 (Test-Simple-1.302059.tar.gz) = bf6231623ceae926078cb2cb0378d2b71a927fb9
-RMD160 (Test-Simple-1.302059.tar.gz) = 102960230f7dc4b3a229266990b38a8eb31970d1
-SHA512 (Test-Simple-1.302059.tar.gz) = a5fa13b617bf96ce31ec13b274b73d0c7c2e3f7a77e54c314d2285b3cd729442605ad3b9aa0721773622c837e7be6776a53e7d34fd2777d07a306c16ec31ccb1
-Size (Test-Simple-1.302059.tar.gz) = 246436 bytes
+SHA1 (Test-Simple-1.302062.tar.gz) = 7c1184724ba00c2a3584e948324f8b1f474e30ea
+RMD160 (Test-Simple-1.302062.tar.gz) = ed570543e220c0e27f61a9f974ba5fa7b4a6f85e
+SHA512 (Test-Simple-1.302062.tar.gz) = 8c221ec4ee33da68191df6c8e13f82f90d694a1d87e2406a4af500b70bd87e8b58093735ca71c63c6cb569673e088d9f558bf7155c1f5e885eada354c090d3ff
+Size (Test-Simple-1.302062.tar.gz) = 247549 bytes



Home | Main Index | Thread Index | Old Index