libmixin-linewise-perl 0.104-1 source package in Ubuntu

Changelog

libmixin-linewise-perl (0.104-1) unstable; urgency=medium


  * Import Upstream version 0.104
  * Drop (build-)dependency on IO::Scalar

 -- Florian Schlichting <email address hidden>  Tue, 24 Dec 2013 00:14:52 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmixin-linewise-perl_0.104-1.dsc 2.2 KiB a98d691bc98e00b79cd0aee609f7edf69327514ffac3f14556e1ea9e7c949b1a
libmixin-linewise-perl_0.104.orig.tar.gz 15.4 KiB f0dbbca5c99a1e4c1e8ed2579fba119e4df479fe5b96e0e845ab007d3d75451a
libmixin-linewise-perl_0.104-1.debian.tar.gz 2.2 KiB 5c2b2ff44d824050acada44af6ef15002e07313db30406f66def246a096ec1ed

Available diffs

No changes file available.

Binary packages built by this source

libmixin-linewise-perl: 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.