libio-all-perl 0.41-1 source package in Ubuntu

Changelog

libio-all-perl (0.41-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + Prevents FTBFS with new Test::More versions
  * Remove patch (applied upstream)
  * Standards-Version 3.9.1 (no changes)
  * Add myself to Uploaders and Copyright
  * Use new 3.0 (quilt) source format
  * Refresh copyright information

  [ gregor herrmann ]
  * Add a patch to relax the regexp that checks for the build directory name
    in a test.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:05:43 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-all-perl_0.41.orig.tar.gz 67.9 KiB 92239b92b7c5f3047ba8d49a4e848c38950dbe9fe75dec2e700f2f372e1be1c7
libio-all-perl_0.41-1.debian.tar.gz 3.6 KiB 84cac7d74c33dcd97d3afedbd89a01b886a7e60813acbfe488270ec317139609
libio-all-perl_0.41-1.dsc 2.1 KiB d6641282a44faef4d1e715f0607ab6bf8e4752a663e7464e67ae928fbc5b1a89

Available diffs

View changes file

Binary packages built by this source

libio-all-perl: Perl module for unified IO operations

 IO::All combines all of the best Perl IO modules into a single Spiffy object
 oriented interface to greatly simplify your everyday Perl IO idioms. It
 exports a single function called io, which returns a new IO::All object. And
 that object can do it all!
 .
 The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, IO::String,
 Tie::File, File::Spec, File::Path and File::ReadBackwards; as well as all the
 DBM and MLDBM modules. You can use most of the methods found in these classes
 and in IO::Handle (which they inherit from). IO::All adds dozens of other
 helpful idiomatic methods including file stat and manipulation functions.