WWW-Mechanize-Plugin-JavaScript-0.010 (alpha)
Plugins for WWW::Mechanize that provide HTML DOM and JavaScript support.
THESE MODULES ARE DEPRECATED. Please use WWW::Scripter and WWW::Scripter::Plugin::JavaScript instead.
This distribution contains:
• WWW::Mechanize::Plugin::DOM 0.014 • WWW::Mechanize::Plugin::JavaScript 0.010
• WWW::Mechanize::Plugin::JavaScript::JE 0.008
RECENT CHANGES
(See the Changes file for the long version.)
The only difference in this release is that there are big deprecation notices all over the place.
• parent has been added to
%WWW::Mechanize::Plugin::DOM::Window::Interface (RT #43582 again).
• window->top now actually returns the top window, rather than
the parent.
• window->parent has been added (RT #43582 again).
INSTALLATION
The easiest way to install this module is to use the CPAN module or the cpan script:
[sudo] perl -MCPAN -e "install WWW::Mechanize::Plugin::JavaScript"
[sudo] cpan WWW::Mechanize::Plugin::JavaScript
Or you can use the following:
perl Makefile.PL
make
make test
[sudo] make install
DEPENDENCIES
This module requires:
DOCUMENTATION
After installing, you can find documentation for these modules with the perldoc command.
perldoc WWW::Mechanize::Plugin::JavaScript perldoc WWW::Mechanize::Plugin::DOM
Or try using man (it's faster, in my experience):
man WWW::Mechanize::Plugin::JavaScript man WWW::Mechanize::Plugin::DOM
COPYRIGHT AND LICENCE
Copyright © 2007-8 Father Chrysostomos
This program is free software; you may redistribute it and/or modify it under the same terms as perl.