pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Script Update 1.07 to 1.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e26602b4d036
branches:  trunk
changeset: 652046:e26602b4d036
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat May 23 01:10:21 2015 +0000

description:
Update 1.07 to 1.10
-------------------
1.10      2015-05-12 05:15:41 -0400
  - Work around for buggy IPC::Run3 0.048 on MSWin32
    On Windows we probe for and mitigate a bug in IPC::Run3
    (see https://github.com/plicease/Test-Script/issues/1 for details)
    with the intention of removing the workaround if/when IPC::Run3
    is fixed.

1.09      2015-05-07 16:44:26 -0400
  - If IPC::Run3::run3 throws an exception it will now fail the test
    (with a helpful diagnostic) rather than crashing the test script.
  - A script that is killed with a singnal is now considered a failure
    as well.
  - Use alternate expected exit and signal values with options as the
    second argument to script_runs.
  - Ability to pass input via stdin to the script with script_runs.
  - Ability to capture stdout and stderr from script with script_runs.
  - Functions to test stdout and stderr:
      script_stdout_is
      script_stdout_isnt
      script_stdout_like
      script_stdout_unlike
      script_stderr_is
      script_stderr_isnt
      script_stderr_like
      script_stderr_unlike

1.08      2015-05-06 05:09:13 -0400
  - Now works with or without blib (rt81222, rt102743)
  - Compatability with older versions of Test::Builder::Tester (rt81335)
  - Requires Perl 5.6.0
  - Migrate to Dist::Zilla

diffstat:

 devel/p5-Test-Script/Makefile |  5 ++---
 devel/p5-Test-Script/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r d115ac986cf2 -r e26602b4d036 devel/p5-Test-Script/Makefile
--- a/devel/p5-Test-Script/Makefile     Sat May 23 01:04:29 2015 +0000
+++ b/devel/p5-Test-Script/Makefile     Sat May 23 01:10:21 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2014/05/29 23:36:23 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/05/23 01:10:21 mef Exp $
 #
 
-DISTNAME=      Test-Script-1.07
+DISTNAME=      Test-Script-1.10
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    perl5 devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
diff -r d115ac986cf2 -r e26602b4d036 devel/p5-Test-Script/distinfo
--- a/devel/p5-Test-Script/distinfo     Sat May 23 01:04:29 2015 +0000
+++ b/devel/p5-Test-Script/distinfo     Sat May 23 01:10:21 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2010/01/23 14:36:46 sno Exp $
+$NetBSD: distinfo,v 1.6 2015/05/23 01:10:21 mef Exp $
 
-SHA1 (Test-Script-1.07.tar.gz) = 56a1b60d2928bdf40c261a18366e97d749d0ecca
-RMD160 (Test-Script-1.07.tar.gz) = af2b9809b6670a7eb1d4fd16fd7ce60ef84660c1
-Size (Test-Script-1.07.tar.gz) = 26424 bytes
+SHA1 (Test-Script-1.10.tar.gz) = 9a8f5148c48ccde9e31512cda1fcb6e91255bba4
+RMD160 (Test-Script-1.10.tar.gz) = c07388f6c71f90adee7f535f3faf9b108c2a1b69
+Size (Test-Script-1.10.tar.gz) = 19963 bytes



Home | Main Index | Thread Index | Old Index