Source: libmixin-linewise-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, libperlio-utf8-strict-perl, libsub-exporter-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmixin-linewise-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmixin-linewise-perl.git Homepage: https://metacpan.org/release/Mixin-Linewise Package: libmixin-linewise-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libperlio-utf8-strict-perl, libsub-exporter-perl Description: module to handle general file input/output operations Mixin::Linewise is a Perl module that provides a generalized framework for handling input/output operations. It can open files for I/O, convert strings to handle type objects, and more. . With Reader and Writer classes, you can just write a method to manipulate normal handles, and let the modules do the rest, like providing string and filename handling methods.