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

..03-May-2022-

lib/jQuery/File/H10-Nov-2014-2,7771,224

t/H10-Nov-2014-6441

ChangesH A D10-Nov-20142.7 KiB12265

MANIFESTH A D10-Nov-2014301 1211

META.jsonH A D10-Nov-20141.2 KiB5150

META.ymlH A D10-Nov-2014684 3231

Makefile.PLH A D13-Jul-2014845 3432

READMEH A D17-Apr-20133.2 KiB8660

README

1jQuery-File-Upload
2
3The README is used to introduce the module and provide instructions on
4how to install the module, any machine dependencies it may have (for
5example C compilers and installed libraries) and any other information
6that should be provided before the module is installed.
7
8A README file is required for CPAN modules since CPAN extracts the README
9file from a module distribution so that people browsing the archive
10can use it to get an idea of the module's uses. It is usually a good idea
11to provide version information here so that people can decide whether
12fixes for the module are worth downloading.
13
14
15INSTALLATION
16
17To install this module, run the following commands:
18
19	perl Makefile.PL
20	make
21	make test
22	make install
23
24SUPPORT AND DOCUMENTATION
25
26After installing, you can find documentation for this module with the
27perldoc command.
28
29    perldoc jQuery::File::Upload
30
31You can also look for information at:
32
33    RT, CPAN's request tracker (report bugs here)
34        http://rt.cpan.org/NoAuth/Bugs.html?Dist=jQuery-File-Upload
35
36    AnnoCPAN, Annotated CPAN documentation
37        http://annocpan.org/dist/jQuery-File-Upload
38
39    CPAN Ratings
40        http://cpanratings.perl.org/d/jQuery-File-Upload
41
42    Search CPAN
43        http://search.cpan.org/dist/jQuery-File-Upload/
44
45
46LICENSE AND COPYRIGHT
47
48Copyright (C) 2013 Adam Hopkins
49
50This program is free software; you can redistribute it and/or modify it
51under the terms of the the Artistic License (2.0). You may obtain a
52copy of the full license at:
53
54L<http://www.perlfoundation.org/artistic_license_2_0>
55
56Any use, modification, and distribution of the Standard or Modified
57Versions is governed by this Artistic License. By using, modifying or
58distributing the Package, you accept this license. Do not use, modify,
59or distribute the Package, if you do not accept this license.
60
61If your Modified Version has been derived from a Modified Version made
62by someone other than you, you are nevertheless required to ensure that
63your Modified Version complies with the requirements of this license.
64
65This license does not grant you the right to use any trademark, service
66mark, tradename, or logo of the Copyright Holder.
67
68This license includes the non-exclusive, worldwide, free-of-charge
69patent license to make, have made, use, offer to sell, sell, import and
70otherwise transfer the Package with respect to any patent claims
71licensable by the Copyright Holder that are necessarily infringed by the
72Package. If you institute patent litigation (including a cross-claim or
73counterclaim) against any party alleging that the Package constitutes
74direct or contributory patent infringement, then this Artistic License
75to you shall terminate on the date that such litigation is filed.
76
77Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER
78AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
79THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
80PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY
81YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR
82CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR
83CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE,
84EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
85
86