File: README

package info (click to toggle)
libwww-mechanize-formfiller-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 308 kB
  • sloc: perl: 1,555; sh: 6; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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