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

Changelog

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


  * Team upload
  * New upstream release

 -- Axel Beckert <email address hidden>  Wed, 22 Jan 2014 19:23:42 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low 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
libio-all-perl_0.54-1.dsc 1.5 KiB 9fe98b37900d92f72d921fd542f2b476e8aeb6274d52d6772af8ef3596048151
libio-all-perl_0.54.orig.tar.gz 89.4 KiB c118e4e2764da8d9888487d641e4d07a5acedf023fd847e855a92496f82d6ccd
libio-all-perl_0.54-1.debian.tar.xz 3.9 KiB db07529863d3d5d5c02e97322ad5d31b0d3b1e6ed7dbdb5a9c84c7eb26fa9dd4

Available diffs

No changes file available.

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.