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

Changelog

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


  * Team upload

  * New upstream release
  * Change homepage back to MetaCPAN.org URL as that one's more
    informative with regards to new upstream releases. There is also a
    link to GitHub while the GitHub page links back to search.cpan.org.
  * Bump Standards-Version to 3.9.5 (no changes)
  * Apply wrap-and-sort
  * Bump debhelper compatibility to 9
    + Gets rid of dh_pysupport deprecation warning
    + Update versioned debhelper build-dependency accordingly

 -- Axel Beckert <email address hidden>  Tue, 31 Dec 2013 02:40:41 +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

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-all-perl_0.51-1.dsc 1.6 KiB dac718d7014a1e008a19b07d331b933549fb04b84cb83cf2befaf3fd44849322
libio-all-perl_0.51.orig.tar.gz 82.1 KiB f2e62156efc9bb4514e1da341e97c642e5e699e028fd9736d8d97abde8800427
libio-all-perl_0.51-1.debian.tar.gz 3.9 KiB e78b8138d76192ef88fe2c22e1012271d1bde6c351746831197a22ec96d4a031

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.