Add ARM files
[dh-make-perl] / dev / arm / libio-stringy-perl / io-stringy-2.110 / debian / libio-stringy-perl / DEBIAN / control
diff --git a/dev/arm/libio-stringy-perl/io-stringy-2.110/debian/libio-stringy-perl/DEBIAN/control b/dev/arm/libio-stringy-perl/io-stringy-2.110/debian/libio-stringy-perl/DEBIAN/control
new file mode 100644 (file)
index 0000000..175f846
--- /dev/null
@@ -0,0 +1,18 @@
+Package: libio-stringy-perl
+Version: 2.110-4
+Section: perl
+Priority: optional
+Architecture: all
+Depends: perl (>= 5.6.0-16)
+Installed-Size: 360
+Maintainer: Bart Martens <bartm@debian.org>
+Source: io-stringy
+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