Test-WWW version 0.01 ===================== Test::WWW is a basic module for the testing of Web applications. It is based on a combination of WWW::Mechanize and Test::Builder, allowing it to be used in conjunction with any other of the Test::Builder-based mechanisms. This is the initial version of this module; it provides little more than a means to load a URL and see if it is either like or unlike a regular expression. 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 (available from CPAN) Test::Builder (supplied with most Perl 5.6 and up installations) COPYRIGHT AND LICENCE Copyright (C) 2005 by Yahoo! This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.