WWW-Scripter-Plugin-JavaScript-0.002b (alpha)

A plugin for  WWW::Scripter  that provides JavaScript support

This distribution contains:
WWW::Scripter::Plugin::JavaScript     0.002 — The JavaScript plugin
WWW::Scripter::Plugin::JavaScript::JE 0.002 — A back end for JE


RECENT CHANGES

(See the Changes file for the long version.)

0.002b
------
The JE back end now turns on JE’s HTML mode (to support HTML comments
embedded in JavaScript). Version 0.034 of JE is required for this fea-
ture to work.

0.002a
------
HTML::DOM 0.027 and WWW::Scripter 0.004  are now required.  A bug fix
in JE 0.033  causes the tests to trigger bugs in previous versions of
those two modules

0.002
-----
• Fixed the init callback interface to match the docs (it gets passed
  the WWW::Scripter object, not the plugin).
• Fixed a bug introduced in 0.001 (the switch to WWW::Scripter)  that
  caused the same JavaScript environment to be used for all pages

0.001
-----
First version, based on the Mech plugin.


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 (0.034 or higher recommended)

- HTML::DOM 0.027 or higher

- CSS::DOM

- WWW::Scripter 0.004 or higher

- Hash::Util::FieldHash::Compat

- URI

- LWP 5.815 or higher


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.
