File: control

package info (click to toggle)
libio-handle-util-perl 0.01-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 172 kB
  • ctags: 121
  • sloc: perl: 1,191; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,203 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libio-handle-util-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libsub-exporter-perl, libasa-perl, libparent-perl,
 libio-string-perl, libtest-use-ok-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/IO-Handle-Util/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-handle-util-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-handle-util-perl/

Package: libio-handle-util-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl, libasa-perl,
 libparent-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.