libio-pipely-perl 0.005-1 source package in Ubuntu
Changelog
libio-pipely-perl (0.005-1) unstable; urgency=low * Initial Release. (Closes: #725129) -- Florian Schlichting <email address hidden> Tue, 01 Oct 2013 23:07:53 +0200
Upload details
- Uploaded by:
- Debian Perl Group on 2013-11-01
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-pipely-perl_0.005-1.dsc | 2.0 KiB | 2b85728d444e6b69646fd37a1798818ebe30d406dc46f17d40c9a7aff4c4dd5e |
libio-pipely-perl_0.005.orig.tar.gz | 23.4 KiB | e33b6cf5cb2b46ee308513f51e623987a50a89901e81bf19701dce35179f2e74 |
libio-pipely-perl_0.005-1.debian.tar.gz | 1.6 KiB | 0d90724d32c5a608d47c3c1e74100f88321642b136c0405c693f24a0d87aa232 |
No changes file available.
Binary packages built by this source
- libio-pipely-perl: portable way to create pipe() or pipe-like handles
IO::Pipely provides a couple functions to portably create one- and
two-way pipes and pipe-like socket pairs. It acknowledges and works
around known platform issues so you don't have to.
.
IO::Pipely currently understands pipe(), UNIX-domain socketpair() and
regular IPv4 localhost sockets. It will use different kinds of pipes or
sockets depending on the operating system's capabilities and the number
of directions requested. The autodetection may be overridden by
specifying a particular pipe type.
.
IO::Pipely is a spin-off of the POE project's portable pipes. Earlier
versions of the code have been tested and used in production systems for
over a decade.