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

..03-May-2022-

lib/H25-Jun-2007-5,2902,688

t/H25-Jun-2007-8361

Build.PLH A D25-Jun-20071.7 KiB5650

ChangesH A D25-Jun-2007621 1413

FAQH A D25-Jun-2007730 1813

MANIFESTH A D25-Jun-200716 KiB320307

META.ymlH A D25-Jun-20071.4 KiB6261

READMEH A D25-Jun-20071.3 KiB5734

README

1JQuery supplies some of the features supplied by the jQuery
2language. It supplies an easy interface for Ajax, and some widgets.
3
4Examples and documentation is included.
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Build.PL
11    ./Build
12    ./Build test
13    ./Build install
14
15To run the tests, you will need to point your web server to the
16correct directories.
17
18An example:
19
20    The JQuery files on my system were installed in
21     /usr/lib/perl5/site_perl/5.8.8/JQuery
22
23    So I added the following two line to the apache configuration
24    file:
25
26    DocumentRoot  /usr/lib/perl5/site_perl/5.8.8/JQuery
27    ScriptAlias /cgi-bin/  /usr/lib/perl5/site_perl/5.8.8/JQuery/cgi-bin/
28
29
30
31SUPPORT AND DOCUMENTATION
32
33After installing, you can find documentation for this module with the perldoc command.
34
35    perldoc JQuery
36
37You can also look for information at:
38
39    Search CPAN
40        http://search.cpan.org/dist/JQuery
41
42    CPAN Request Tracker:
43        http://rt.cpan.org/NoAuth/Bugs.html?Dist=JQuery
44
45    AnnoCPAN, annotated CPAN documentation:
46        http://annocpan.org/dist/JQuery
47
48    CPAN Ratings:
49        http://cpanratings.perl.org/d/JQuery
50
51COPYRIGHT AND LICENCE
52
53Copyright (C) 2007 Peter Gordon
54
55This program is free software; you can redistribute it and/or modify it
56under the same terms as Perl itself.
57