libio-all-perl 0.50-1 source package in Ubuntu
Changelog
libio-all-perl (0.50-1) unstable; urgency=low * Team upload [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Damyan Ivanov ] * Imported Upstream version 0.50 * debian/copyright: + drop inc/Module/Install stanca, not present in the source any more + bump years of Ingy döt Net copyright + change Homepage following upstream + drop dirname.patch, not applicable anymore * claim conformance with Policy 3.9.4 -- Damyan Ivanov <email address hidden> Sat, 19 Oct 2013 17:15:24 +0300
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-all-perl_0.50-1.dsc | 2.2 KiB | 03ee5bafc449340b5922fac2c711c62f7686fce3629ad45bcdd235aefde32bc9 |
libio-all-perl_0.50.orig.tar.gz | 82.1 KiB | 6cb23603ec27310c677500b054f837dd58d00d428d21e26954d3612c4748ac8e |
libio-all-perl_0.50-1.debian.tar.gz | 3.7 KiB | b657464f0c4a2d6d54e61ba9e9388c2a1ed0b88c4d971cf178121e91c4d766c4 |
Available diffs
- diff from 0.46-1 to 0.50-1 (51.5 KiB)
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.