Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 21293590722b0747aea797442bd7417a > files > 4

perl-WWW-Mechanize-Sleepy-0.6-4mdv2010.0.noarch.rpm

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

COPYRIGHT AND LICENCE

Copyright (C) 2003 Ed Summers <ehs@pobox.com> 

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