libio-pipely-perl 0.005-1.1 source package in Ubuntu
Changelog
libio-pipely-perl (0.005-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Mon, 28 Dec 2020 19:11:09 +0100
Upload details
- Uploaded by:
- Debian Perl Group on 2020-12-28
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-12-29 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-pipely-perl_0.005-1.1.dsc | 2.0 KiB | 17446a8b88c45c7e64f6845d0a1fcd049726184fd772dba8b54fb12969e7fb0f |
libio-pipely-perl_0.005.orig.tar.gz | 23.4 KiB | e33b6cf5cb2b46ee308513f51e623987a50a89901e81bf19701dce35179f2e74 |
libio-pipely-perl_0.005-1.1.debian.tar.xz | 1.7 KiB | 84ab53027f6bf8996358251ade4aba0d35c88eab02f4971c80d045e7e0f0ad31 |
Available diffs
- diff from 0.005-1 to 0.005-1.1 (380 bytes)
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.