Skip to content

Commit

Permalink
Update to 0.99
Browse files Browse the repository at this point in the history
Upstream changes:
0.99 Fri Mar 30 2018
 - Fixes for windows unit tests so they skip or pass.
  t/autoflush.t
  t/readonly.t
  t/run_stdin-callback-return-array.t

0.98 Thu Mar 29 2018
 - Switch to using $!{EINTR}
 - Honor umask for user/group permissions on a +rw file
 - Remove commented code from RT 50739
 - #63 - Patch for fixing _write on invalid objects
 - #54 - Make slave the controlling terminal so more programs can be called from IPC::Run reliably
 - #53 - Prevent Not a GLOB reference in close_terminal by untieing before close
 - #46 - '&' closing the stdin of the right process.
 - #41 - Do POSIX::_exit not ::exit
 - #40 - Assure child Win32 processes have same priority as parent
 - #38 - Add unit test for passing use of Readonly.pm
 - #39 - Fix GLOB test in IPC::Run::IO->new
 - #86 - Fix for memory leak [rt.cpan.org #57990]
 - MANIFEST was updated. New tests may start shipping now.

0.97 Mon Mar 26 2018
 - Update meta and POD to point to GitHub issues not RT.
 - Update README with pod changes.
 - Fix variable name in synopsis - [Github #47]
 - Fix t/run.t to work on "perl in space" - [Github #100]
  • Loading branch information
wen committed Apr 23, 2018
1 parent b298c89 commit 4ab1610
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/p5-IPC-Run/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.32 2017/06/05 14:23:08 ryoon Exp $
# $NetBSD: Makefile,v 1.33 2018/04/23 07:26:16 wen Exp $

DISTNAME= IPC-Run-0.96
DISTNAME= IPC-Run-0.99
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-IPC-Run/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.12 2017/05/17 10:59:04 wiz Exp $
$NetBSD: distinfo,v 1.13 2018/04/23 07:26:16 wen Exp $

SHA1 (IPC-Run-0.96.tar.gz) = 6ebd990de9e4e8853e499aa958b10e54511d1f9e
RMD160 (IPC-Run-0.96.tar.gz) = ef9c6daafb87fbd0685487d2ed5ab2b710f3f247
SHA512 (IPC-Run-0.96.tar.gz) = 8a531a2126c15653ab0230813985cc7c83f2c3467c987757fc1f04c3c9952ee0246bcf743dcc4381351c72989f7271ede16962cca24e030404e414ff000c57a8
Size (IPC-Run-0.96.tar.gz) = 121644 bytes
SHA1 (IPC-Run-0.99.tar.gz) = f024df7aee8699f4cc71a1c4a2574ffdc01d2fe1
RMD160 (IPC-Run-0.99.tar.gz) = 21b668f6c028bad93d9729c8630f0f63d461a3ac
SHA512 (IPC-Run-0.99.tar.gz) = 7a5dcb13d34f934a79a22f8c8512fc50f22c947ac45a85729e8d9d7382c32e3ad57dc4e33c3b6bf85da96cffcb4328c90c8619d80e22e894257062a0fb42c193
Size (IPC-Run-0.99.tar.gz) = 148346 bytes
SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c

0 comments on commit 4ab1610

Please sign in to comment.