summaryrefslogtreecommitdiff
path: root/devel/p5-PerlIO-via-Timeout
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-02-23Import PerlIO-via-Timeout-0.32 as devel/p5-PerlIO-via-Timeout.wen3-0/+30
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.