HTTP/GetImages version 0.25
===========================

Recover and locally store images from the web, including those linked by
anchor and image map.

Version 0.2+ also gets images from "A"nchor elements' and image-map
"AREA" elements' "HREF"/"SRC". attributes.

Version 0.23+ allows a limitation on the image size retreived.

Version 0.25 has some more stuff - see the included files Changes.

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:

	LWP::UserAgent;
	HTTP::Request;
	HTML::TokeParser;

COPYRIGHT AND LICENCE

Copyright (C) 2002 Lee Goddard <LGoddard@CPAN.org>

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

