HTTP::WebTest::Plugin::Sticky - Propagate hidden and text form fields

This plugin for the HTTP::WebTest module let you post a form that includes all the inputs from the page, including hidden ones.

Also you can add new inputs using the "params" hash.

DEPENDENCES

HTTP::WebTest perl module
HTML::TokeParser perl module

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc HTTP::WebTest::Plugin::Sticky

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/HTTP-WebTest-Plugin-Sticky

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTTP-WebTest-Plugin-Sticky

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/HTTP-WebTest-Plugin-Sticky

CPAN Ratings:

http://cpanratings.perl.org/d/HTTP-WebTest-Plugin-Sticky

COPYRIGHT AND LICENCE

Copyright (C) 2006 Hugo Salgado H.

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