Add ARM files
[dh-make-perl] / dev / arm / libio-stringy-perl / io-stringy-2.110 / debian / control
diff --git a/dev/arm/libio-stringy-perl/io-stringy-2.110/debian/control b/dev/arm/libio-stringy-perl/io-stringy-2.110/debian/control
new file mode 100644 (file)
index 0000000..b66866f
--- /dev/null
@@ -0,0 +1,21 @@
+Source: io-stringy
+Section: perl
+Priority: optional
+Maintainer: Bart Martens <bartm@debian.org>
+Standards-Version: 3.8.0
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl (>> 5.8.1)
+Homepage: http://search.cpan.org/~dskoll/IO-stringy/
+
+Package: libio-stringy-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl modules for IO from scalars and arrays
+ The libio-stringy-perl package (which corresponds to the CPAN package 
+ IO-stringy) provides the following Perl modules:
+   IO::AtomicFile    Write a file which is updated atomically     
+   IO::Lines         I/O handle to read/write to array of lines   
+   IO::Scalar        I/O handle to read/write to a string         
+   IO::ScalarArray   I/O handle to read/write to array of scalars 
+   IO::Wrap          Wrap old-style FHs in standard OO interface  
+   IO::WrapTie       Tie your handles & retain full OO interface