Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-IO-All - IO::All Perl module
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
perl-IO-All |
0.36 |
1.fc6 |
src |
59 KiB |
Tue Oct 17 17:37:04 2006 |
Changelog
- * Tue Oct 17 18: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 18:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.35-4
- Fix find option order.
- * Fri Jul 7 18:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.35-3
- BR IO::String so the tests actually pass.