summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2012-01-12 01:16:12 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2012-01-12 01:16:12 +0000
commitfcbe3a4f9fb98dec5931040539f41eee98d2ee0b (patch)
treeaccc43096de38901d29236a3809127a86ae1371b /devel
parentb8d0ac791c994057786ed0505eedcb2ccb0eb0a7 (diff)
downloadpkgsrc-fcbe3a4f9fb98dec5931040539f41eee98d2ee0b.tar.gz
Update p5-Capture-Tiny to 0.15.
Changes from previous: ---------------------- 0.15 2011-12-23 11:10:47 EST5EDT Fixed: - Repeated captures from a custom filehandle would return undef instead of the empty string (and would warn). This has been fixed. [rt.cpan.org #73374 part two. Thank you to Philipp Herz for help in reproducing this bug.] Other: - Commented out debugging code for slightly less runtime overhead 0.14 2011-12-22 10:14:09 EST5EDT Added: - Capturing with custom filehandles will return only newly appended output instead of everything already in the file. [rt.cpan.org #73374] 0.13 2011-12-02 13:39:00 EST5EDT Fixed: - Fixed t/18-custom-capture.t failures on Windows due to tempfile removal problems in the testfile 0.12 2011-12-01 16:58:05 EST5EDT Added: - New functions capture_stdout, capture_stderr, tee_stdout, tee_stderr [rt.cpan.org #60515] - Capture functions also returns the return values from the executed coderef [rt.cpan.org #61794, adapted from patch by Christian Walde] - Capture functions take optional custom filehandles for capturing via named files instead of anonymous ones [inspired by Christian Walde] Fixed: - Tied filehandles based on Tie::StdHandle can now use the ":utf8" layer; removed remaining TODO tests; adds Scalar::Util as a dependency Changed: - When Time::HiRes::usleep is available, tee operations will sleep during the busy-loop waiting for tee processes to be ready [rt.cpan.org #67858]
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Capture-Tiny/Makefile4
-rw-r--r--devel/p5-Capture-Tiny/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Capture-Tiny/Makefile b/devel/p5-Capture-Tiny/Makefile
index 3ad64016ba7..383d1daa961 100644
--- a/devel/p5-Capture-Tiny/Makefile
+++ b/devel/p5-Capture-Tiny/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/08/09 09:25:28 adam Exp $
+# $NetBSD: Makefile,v 1.7 2012/01/12 01:16:12 hiramatsu Exp $
-DISTNAME= Capture-Tiny-0.11
+DISTNAME= Capture-Tiny-0.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
diff --git a/devel/p5-Capture-Tiny/distinfo b/devel/p5-Capture-Tiny/distinfo
index 44584ddae88..6c8bb12cb7c 100644
--- a/devel/p5-Capture-Tiny/distinfo
+++ b/devel/p5-Capture-Tiny/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2011/08/09 09:25:28 adam Exp $
+$NetBSD: distinfo,v 1.6 2012/01/12 01:16:12 hiramatsu Exp $
-SHA1 (Capture-Tiny-0.11.tar.gz) = 370492e212497512f50de38ea60f67b42f0fcf06
-RMD160 (Capture-Tiny-0.11.tar.gz) = 679fd9ca51868867ea716cb46eae593aac037327
-Size (Capture-Tiny-0.11.tar.gz) = 21060 bytes
+SHA1 (Capture-Tiny-0.15.tar.gz) = 96cc2c2b7a90af8b4f35782b7c6b61749c04d843
+RMD160 (Capture-Tiny-0.15.tar.gz) = f9c5e236a6286f2f05aa9bd534084b5b604f31f0
+Size (Capture-Tiny-0.15.tar.gz) = 27073 bytes