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

..03-May-2022-

lib/WWW/H17-Jul-2016-2,8592,174

t/H03-May-2022-2,8062,344

ChangesH A D16-Jul-201612.4 KiB267234

MANIFESTH A D17-Jul-2016883 5150

META.jsonH A D17-Jul-20162.2 KiB7978

META.ymlH A D17-Jul-20161.3 KiB5756

Makefile.PLH A D13-Jul-20163.2 KiB8267

READMEH A D17-Jul-20161.7 KiB8150

README

1WWW::Scripter, version 0.032 (alpha)
2
3For scripting web sites that have scripts
4
5This is a subclass of WWW::Mechanize that uses the W3C DOM and pro-
6vides scripting support.
7
8
9RECENT CHANGES
10
11See the Changes file for the long version.
12
130.032
14-----
15• Minor documentation fixes,  with thanks to Jim Keenan  [rt.cpan.org
16  #89070].
17• Links to fragments on data URL pages now work.
18
190.031
20-----
21WWW::Scripter no longer fails to load if a sub named ‘::’ exists.
22
230.030
24-----
25• The "content"  method no longer  fails when  "dom_enabled" has been
26  unset [rt.cpan.org #84639].
27• The "content"  method  now returns  the  correct content  when  the
28  request chain  contains  both  server-  and  client-side  redirects
29  [rt.cpan.org #84472].
30
31
32INSTALLATION
33
34The easiest way to install this module is to use the CPAN module or
35the cpan script:
36
37    [sudo] perl -MCPAN -e "install WWW::Scripter"
38
39    [sudo] cpan WWW::Scripter
40
41Or you can use the following:
42
43    perl Makefile.PL
44    make
45    make test
46    [sudo] make install
47
48
49PREREQUISITES
50
51This module requires  perl  5.8.3 or higher (5.8.4  or  higher  recom-
52mended)  and the following modules,  which can be found on the  CPAN:
53
54  HTML::DOM 0.053 or higher
55  LWP 5.77 or higher
56  URI
57  WWW::Mechanize 1.2 or higher
58
59If you are using perl 5.8.x, you will also need:
60
61  Tie::RefHash::Weak 0.08
62
63DOCUMENTATION
64
65After installing, you can find documentation for these modules with
66the perldoc command.
67
68    perldoc WWW::Scripter
69
70Or try using man (it's faster, in my experience):
71
72    man WWW::Scripter
73
74
75COPYRIGHT AND LICENCE
76
77Copyright (C) 2009-16 Father Chrysostomos
78
79This program is free software; you may redistribute it, modify it, or
80both, under the same terms as perl.
81