README for IO::Automatic 0.01 =head1 NAME IO::Automatic - automatically choose a suitable IO::* module =head1 SYNOPSIS use IO::Automatic; # scalar my $scalar; my $io = IO::Automatic->new( \$scalar ); print $io "Hello World\n"; =head1 DEPENDENCIES This module has external dependencies on the following modules: IO::File IO::String Module::Build 0.18 Test::More =head1 INSTALLATION perl Build.PL perl Build test and if all goes well perl Build install =head1 HISTORY What changed over the last 3 revisions =over =item 0.01 Monday 17th November, 2003 Initial release =back =head1 AUTHOR Richard Clamp =head1 COPYRIGHT Copyright (C) 2003 Richard Clamp. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO IO::File, IO::Scalar