1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: libio-handle-util-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-build-tiny-perl
Build-Depends-Indep: perl,
libsub-exporter-perl <!nocheck>,
libasa-perl <!nocheck>,
libio-string-perl <!nocheck>,
libtest-simple-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-handle-util-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-handle-util-perl.git
Homepage: https://metacpan.org/release/IO-Handle-Util
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libio-handle-util-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libsub-exporter-perl,
libasa-perl,
libio-string-perl
Description: module providing helper functions for IO::Handle
IO::Handle::Util and its copackaged modules provide various means of creating
file handles from callbacks and by coercing objects. In particular
IO::Handle::Prototype::Fallback allows you to define a file handle
by implementing the various file handle functions as callacks.
A much simpler interface is provided by IO::Handle::Iterator which reduces
the callbacks that need to be defined to one.
|