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

Changelog

libio-all-perl (0.52-1) unstable; urgency=medium


  * Team upload
  * New upstream release
    + io->file('…')->assert no more creates directory instead of file
      (Closes: #733680)

 -- Axel Beckert <email address hidden>  Thu, 16 Jan 2014 23:41:19 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium 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.52-1.dsc 1.5 KiB 5e21360646395dc6e44556c0bfd5943a21ea1371875d1d81d9f48119b595eecc
libio-all-perl_0.52.orig.tar.gz 82.2 KiB fc44b33860aaef3648408490e1cbfb57afef5c6481f312666c3c14d8166c9c24
libio-all-perl_0.52-1.debian.tar.xz 3.9 KiB 3ce3d31f2dfbb4482b1891a8f5884806af06e773a5636b16cb9a601ddbae9626

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.