WWW::Mechanize::Sleepy
======================
INSTALLATION
Sometimes when testing the behavior of a webserver it is important to be able
to space out your requests in order to simulate a person reading, thinking (or
sleeping) at the keyboard.
WWW::Mechanize::Sleepy subclasses WWW::Mechanize to provide pauses between your server requests.
Use it just like you would use WWW::Mechanize.
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
AUTHOR/MAINTAINER
WWW::Mechanize::Sleepy was originally written in 2003 by Ed Summers (ehs@pobox.com).
Since version 0.7 (29 September 2010) it has been maintained by Kostas Ntonas (kntonas@gmail.com).
LICENCE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.