Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-PerlIO-via-Timeout
From: Wen Heping
Date: 2016-02-23 03:09:20
Message id: 20160223020920.5E50EFBB7@cvs.NetBSD.org
Log Message:
Import PerlIO-via-Timeout-0.32 as devel/p5-PerlIO-via-Timeout.
This package implements a PerlIO layer, that adds read/write
timeout. This can be useful to avoid blocking while accessing
a handle (file, socket, ...), and fail after some time.
The timeout is implemented by using <select> on the handle
before reading/writing.
Files: