Source: libio-pipely-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl (>= 5.17.11) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-pipely-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-pipely-perl.git Homepage: https://metacpan.org/release/IO-Pipely Package: libio-pipely-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.17.11) Description: 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.