IO-All-LWP version 0.10
=======================

This module acts as glue between IO::All and LWP, so that files can be read and
written through the network using the convenient IO:All interface.  Note that
this module is not "use"d directly: you just use IO::All, which knows when to
autoload IO::All::HTTP, IO::All::HTTPS, or IO::All::FTP, which implement the
specific protocols with base on IO::All::LWP.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires these other modules and libraries:
   perl 5.8.0
   IO::All 0.30
   LWP 0

COPYRIGHT AND LICENSE

Copyright (C) 2004 Ivan Tubert-Brohman <[email protected]> and Brian Ingerson
<[email protected]>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.