WWW/Yahoo/Briefcase version 0.80
================================

This module provides access to your Yahoo Briefcase.  You can upload
and download files and perform other operations such as list, rename,
move, copy, delete, and create new folders.

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:

  WWW::Mechanize
  URI
  HTML::TableExtract
  Exception::Class

And, if you plan to use the command line interface program "ybc",

  Getopt::ArgvFile
  libwww-perl
  WWW::Yahoo::Credentials

COPYRIGHT AND LICENSE

This software is Copyright 2003 Ken Neighbors.

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.000 or (at
your option) any later version of Perl.  That is, you can redistribute
this module and/or modify it under the terms of either:

  a) the GNU General Public License as published by the Free Software
     Foundation; either version 1, or (at your option) any later version,
     or

  b) the "Artistic License" which comes with Perl, or

  c) the license terms of Perl versions later than 5.000

