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