• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/WWW/Scripter/Plugin/H12-Jun-2016-932450

t/H03-May-2022-588480

ChangesH A D12-Jun-201616.9 KiB368336

HACKINGH A D01-Feb-20101.7 KiB4131

MANIFESTH A D12-Jun-2016364 2120

META.ymlH A D12-Jun-20161.1 KiB4039

Makefile.PLH A D12-Jun-20162.4 KiB7563

READMEH A D12-Jun-20161.9 KiB9355

README

1WWW-Scripter-Plugin-JavaScript-0.009 (alpha)
2
3A plugin for  WWW::Scripter  that provides JavaScript support
4
5This distribution contains:
6WWW::Scripter::Plugin::JavaScript     0.009 — The JavaScript plugin
7WWW::Scripter::Plugin::JavaScript::JE 0.009 — A back end for JE
8
9
10RECENT CHANGES
11
12(See the Changes file for the long version.)
13
140.009
15-----
16• Destructors no longer clobber $@ (RT #108646). Thanks to Oleg G for
17  the patch.
18
190.008a
20-----
21• LWP 6 supports perl 5.8.7 once  more,  so  we  no  longer  require
22  Bundle::LWP5_837.
23
24• The JE back end now binds window methods properly, eliminating err-
25  ors with JE::Object::Proxy objects  (RT #79855).  Thanks to Nathan
26  Chaney for the report.
27
280.008
29-----
30• The JavaScript plugin now tells back ends when it has finished with
31  them, so they have a chance to break circular references.
32• The  JE  back end takes advantage of that,  to avoid  memory  leaks.
33
34
35INSTALLATION
36
37The easiest way to install this module is to use the CPAN module or
38the cpan script:
39
40    [sudo] perl -MCPAN -e "install WWW::Scripter::Plugin::JavaScript"
41
42    [sudo] cpan WWW::Scripter::Plugin::JavaScript
43
44Or you can use the following:
45
46    perl Makefile.PL
47    make
48    make test
49    [sudo] make install
50
51
52DEPENDENCIES
53
54This module requires:
55
56- perl 5.8.4 or higher
57
58- JE 0.056 or higher
59
60- HTML::DOM 0.032 or higher
61
62- CSS::DOM
63
64- WWW::Scripter 0.022 or higher
65
66- Hash::Util::FieldHash::Compat
67
68- URI
69
70- LWP 5.815 or higher
71
72
73DOCUMENTATION
74
75After installing, you can find documentation for these modules with
76the perldoc command.
77
78    perldoc WWW::Scripter::Plugin::JavaScript
79    perldoc WWW::Scripter::Plugin::JavaScript::JE
80
81Or try using man (it's faster, in my experience):
82
83    man WWW::Scripter::Plugin::JavaScript
84    man WWW::Scripter::Plugin::JavaScript::JE
85
86
87COPYRIGHT AND LICENCE
88
89Copyright © 2009-16 Father Chrysostomos
90
91This program is free software; you may redistribute it and/or modify
92it under the same terms as perl.
93