WWW/Mechanize/FormFiller version 0.13
=====================================

WWW::Mechanize::FormFiller and its submodules are useful to automate
web forms. The FormFiller object is filled with a set of rules how to
fill out HTML form field and then let loose on a HTML form. It fills
in the fields according to the preset rules.


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:

  Test::More for the tests
  HTML::Form for the filling of HTML forms
  HTML::Tagset

See Makefile.PL for a complete list of the prerequisites.

COPYRIGHT AND LICENCE

These modules may be used under the same terms as Perl itself

Copyright (C) 2002,2017 Max Maischein, corion@cpan.org