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

Changelog

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


  * Team upload.
  * d/control: Update standards version.
  * d/copyright: Update format and field names.
  * d/copyright: Update copyright years.
  * d/copyright: Add new copyright holder Brian Ingerson.
  * New upstream release.

 -- Nuno Carvalho <email address hidden>  Tue, 07 Aug 2012 19:38:05 +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

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-all-perl_0.46-1.dsc 2.2 KiB dac4aa16ae5c96c8c503d77d8ec76d610ec9da5acde18ccf2e0250adf919d9a0
libio-all-perl_0.46.orig.tar.gz 82.0 KiB cab72b344c18b1cc716722fa0ff49094b3b87184c171c7a2d4a49ff8c0111b67
libio-all-perl_0.46-1.debian.tar.gz 3.8 KiB 9f321272d1e7194cdf24e2b0e9bfb78de17913c00630d7938f871e2e77fcffee

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.