Finance/Shares/MySQL
====================

This module fills requests for stock quotes.  It maintains a mysql database
which is searched first.  The requested data is pulled in from the internet
(!Yahoo CSV tables) if it isn't already there.

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:

  DBI
  Term::ReadKey
  LWP::UserAgent
  Date::Pcalc
  Finance::Shares::Log

COPYRIGHT AND LICENCE

Copyright (C) 2002 Christopher P Willmot.  All rights reserved.

This work is published under the Artistic licence accompanying the Perl
distribution which may be found at http://www.perl.org.  

There is no warranty whatsoever.  Use at your own risk.  Just because it is here
and is documented does not mean that it is fit for any purpose implied by the
code or accompanying documentation.  

