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

..03-May-2022-

idl/H27-Mar-2011-287237

lib/WWW/Scripter/Plugin/H27-Mar-2011-870600

t/H27-Mar-2011-1,6331,432

ChangesH A D26-Mar-20116.5 KiB140123

MANIFESTH A D11-Jan-2010329 1817

META.ymlH A D27-Mar-20111.1 KiB3129

Makefile.PLH A D26-Mar-20112.5 KiB7666

READMEH A D26-Mar-20111.5 KiB8549

README

1WWW::Scripter::Plugin::Ajax, version 0.09 (alpha)
2
3Plugin for WWW::Scripter that provides the XMLHttpRequest object.
4
5
6RECENT CHANGES
7
80.09
9----
10getAllResponseHeaders now returns the headers with CR LF line endings
11instead of just LF.
12
130.08
14----
15file:  URLs now work when they  contain  %-escapes  beyond  the ASCII
16range.
17
180.07
19----
20• send()  now sets the  Content-Length  header  for  a  POST  request.
21  Thanks to Erwan Mas for fixing this.
22• send(data)  now actually sends the data when the  Content-Type  has
23  been set explicitly with an  encoding.  Thanks  to  Erwan  Mas  for
24  finding this.
25
26
27INSTALLATION
28
29The easiest way to install this module is to use the CPAN module or
30the cpan script:
31
32    [sudo] perl -MCPAN -e "install WWW::Scripter::Plugin::Ajax"
33
34    [sudo] cpan WWW::Scripter::Plugin::Ajax
35
36Or you can use the following:
37
38    perl Makefile.PL
39    make
40    make test
41    [sudo] make install
42
43
44PREREQUISITES
45
46This module requires:
47
48- perl 5.8.5 or higher
49
50- WWW::Scripter
51
52- WWW::Scripter::Plugin::JavaScript 0.002 or later
53
54- XML::DOM::Lite
55
56- constant::lexical
57
58- HTML::DOM 0.013 or later
59
60- Encode 2.09 or higher
61
62- LWP
63
64- URI
65
66
67DOCUMENTATION
68
69After installing, you can find documentation for these modules with
70the perldoc command.
71
72    perldoc WWW::Scripter::Plugin::Ajax
73
74Or try using man (it's faster, in my experience):
75
76    man WWW::Scripter::Plugin::Ajax
77
78
79COPYRIGHT AND LICENCE
80
81Copyright © 2008-10 Father Chrysostomos
82
83This program is free software; you may redistribute it and/or modify
84it under the same terms as perl.
85