WWW-Scripter-Plugin-JavaScript-0.001 (alpha) A plugin for WWW::Scripter that provides JavaScript support (and a back end for JE included). RECENT CHANGES (See the Changes file for the long version.) 0.001 ----- First version, based on the Mech plugin. Most recent changes to the Mech plugin: 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::Scripter::Plugin::JavaScript" [sudo] cpan WWW::Scripter::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 (5.8.4 or higher recommended) - JE 0.022 or higher - HTML::DOM 0.010 or higher - CSS::DOM - WWW::Scripter - Hash::Util::FieldHash::Compat - URI DOCUMENTATION After installing, you can find documentation for these modules with the perldoc command. perldoc WWW::Scripter::Plugin::JavaScript perldoc WWW::Scripter::Plugin::JavaScript::JE Or try using man (it's faster, in my experience): man WWW::Scripter::Plugin::JavaScript man WWW::Scripter::Plugin::JavaScript::JE COPYRIGHT AND LICENCE Copyright © 2009 Father Chrysostomos This program is free software; you may redistribute it and/or modify it under the same terms as perl.