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

Changelog

libmixin-linewise-perl (0.003-1) unstable; urgency=low

  * New upstream release
  * Standards-Version 3.8.4 (no changes)
  * Rewrite control description
  * Now requires Test::Simple 0.88 for done_testing
  * Update copyright to new DEP5 format
  * Refresh years of copyright
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:55:03 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmixin-linewise-perl_0.003.orig.tar.gz 24.7 KiB b9bc75bf0f5de08a7135e7abd0301d63f1d4a27d7764fd5a3f6bf5832a61e852
libmixin-linewise-perl_0.003-1.diff.gz 1.5 KiB 1eba539955eb09d92177fa996f9fcfb357a0bb9e25655caf257269abfdda40d1
libmixin-linewise-perl_0.003-1.dsc 2.0 KiB 2189118881b99adea66e9f74d1917482db92771730c8d1a0c159693bcc65f5db

Available diffs

View changes file

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.