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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release.
  * Bump debhelper compatibility level to 8.

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

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Chris Butler ]
  * New upstream release
  * Update years of upstream copyright
  * Add myself to Uploaders
  * Updated Standards-Version to 3.9.2 (no changes required)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:06:42 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
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

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-all-perl_0.44.orig.tar.gz 79.0 KiB 1c86f6d2f3757f151ac88fd1cca0e15ace55afb4edecaa27c786ba49208520b4
libio-all-perl_0.44-1.debian.tar.gz 3.7 KiB 171853ebb9660e170b9703adb50be5b0c858a2aee59b7bca1c5162f4cbc7df1f
libio-all-perl_0.44-1.dsc 2.2 KiB 94b235127a45413a98c3cbac57f271dc2a8f03c078829eacab690b8934d8461e

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.