Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Capture-Tiny
From: Jens Rehsack
Date: 2012-05-11 14:55:35
Message id: 20120511125535.9E704175DD@cvs.netbsd.org
Log Message:
Updating package for CPAN module Capture::Tiny in devel/p5-Capture-Tiny
from 0.17 to 0.18.
Upstream changes since 0.17:
0.18 2012-05-04 16:31:53 America/New_York
Added
- When capture or tee are called in void context, Capture::Tiny
skips reading back from the capture handles if it can do so safely
0.17_52 2012-03-09 11:45:19 EST5EDT
Fixed:
- Tied STDIN is always localized before redirections to avoid tees
hanging on MSWin32
- Copying and reopening STDIN is necessary to avoid tees hanging on MSWin32.
0.17_51 2012-03-07 18:22:34 EST5EDT
Fixed:
- Avoids reopening STDIN while setting up a capture, which avoids
some problems with pathological tied filehandle implementations
such as in FCGI
Tested:
- Re-enabled tied STDIN testing for MSWin32 to see if changes above
avoid crashes seen historically
Files: