Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-IO-All: IO::All Perl module
- Summary
- 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.
Changelog
- * Tue Oct 17 17:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.36-1
- Update to 0.36.
- Use fixperms macro instead of our own chmod incantation.
- * Sat Sep 16 17:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.35-4
- Fix find option order.
- * Fri Jul 7 17:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.35-3
- BR IO::String so the tests actually pass.