Changed changelog...
[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 XSBC-Original-Maintainer: Bart Martens <bartm@debian.org>
5 Maintainer: Nito Martinez <Nito.ES>
6 Standards-Version: 3.8.0
7 Build-Depends: cdbs, debhelper (>= 5)
8 Build-Depends-Indep: perl (>> 5.8.1)
9 Homepage: http://search.cpan.org/~dskoll/IO-stringy/
10
11 Package: libio-stringy-perl
12 Architecture: all
13 Depends: ${perl:Depends}
14 Description: Perl modules for IO from scalars and arrays
15  The libio-stringy-perl package (which corresponds to the CPAN package 
16  IO-stringy) provides the following Perl modules:
17    IO::AtomicFile    Write a file which is updated atomically     
18    IO::Lines         I/O handle to read/write to array of lines   
19    IO::Scalar        I/O handle to read/write to a string         
20    IO::ScalarArray   I/O handle to read/write to array of scalars 
21    IO::Wrap          Wrap old-style FHs in standard OO interface  
22    IO::WrapTie       Tie your handles & retain full OO interface