README for IO::Automatic 0.03

=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::Scalar
 IO::Zlib
 Module::Build
 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.03 Wednesday 19th January, 2005

	Pass the mode through, if it's supplied (Jonathan Segal)


=item 0.02 Sunday 2th January, 2003

	Add IO::Zlib use


=item 0.01 Monday 17th November, 2003

	Initial release
=back

=head1 AUTHOR

Richard Clamp <richardc@unixbeard.net>

=head1 COPYRIGHT

Copyright (C) 2003, 2005 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

L<IO::File>, L<IO::Scalar>, L<IO::Zlib>