WWW-Mechanize-Plugin-JavaScript-0.010 (alpha) Plugins for WWW::Mechanize that provide HTML DOM and Java- Script 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.) 0.010 ----- The only difference in this release is that there are big deprecation notices all over the place. 0.009c ------ • parent has been added to %WWW::Mechanize::Plugin::DOM::Window::Interface (RT #43582 again). 0.009a ------ • 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: - perl 5.8.3 or higher - JE 0.022 or higher - HTML::DOM 0.021 or higher - The experimental version of WWW::Mechanize available at http://www-mechanize.googlecode.com/svn/wm/branches/plugins/, revision 506 or higher - CSS::DOM - constant::lexical 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.