IO-Automatic README


IO-Automatic documentation  | view source Contained in the IO-Automatic distribution.

Index


NAME

Top

IO::Automatic - automatically choose a suitable IO::* module

SYNOPSIS

Top

  use IO::Automatic;

  # scalar
  my $scalar;
  my $io = IO::Automatic->new( \$scalar );
  print $io "Hello World\n";




DEPENDENCIES

Top

This module has external dependencies on the following modules:

 IO::File
 IO::Scalar
 IO::Zlib
 Module::Build
 Test::More

INSTALLATION

Top

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

Top

What changed over the last 3 revisions

0.03 Wednesday 19th January, 2005
	Pass the mode through, if it's supplied (Jonathan Segal)




0.02 Sunday 2th January, 2003
	Add IO::Zlib use




0.01 Monday 17th November, 2003
	Initial release
=back

AUTHOR

Top

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Top

SEE ALSO

Top

IO::File, IO::Scalar, IO::Zlib


IO-Automatic documentation  | view source Contained in the IO-Automatic distribution.