b66866f3490e70973d824e334283497323e132b9
[dh-make-perl] / dev / i386 / libio-stringy-perl / io-stringy-2.110 / debian / control
1 Source: io-stringy
2 Section: perl
3 Priority: optional
4 Maintainer: Bart Martens <bartm@debian.org>
5 Standards-Version: 3.8.0
6 Build-Depends: cdbs, debhelper (>= 5)
7 Build-Depends-Indep: perl (>> 5.8.1)
8 Homepage: http://search.cpan.org/~dskoll/IO-stringy/
9
10 Package: libio-stringy-perl
11 Architecture: all
12 Depends: ${perl:Depends}
13 Description: Perl modules for IO from scalars and arrays
14  The libio-stringy-perl package (which corresponds to the CPAN package 
15  IO-stringy) provides the following Perl modules:
16    IO::AtomicFile    Write a file which is updated atomically     
17    IO::Lines         I/O handle to read/write to array of lines   
18    IO::Scalar        I/O handle to read/write to a string         
19    IO::ScalarArray   I/O handle to read/write to array of scalars 
20    IO::Wrap          Wrap old-style FHs in standard OO interface  
21    IO::WrapTie       Tie your handles & retain full OO interface