Blame README

Packit 5b1f1f
Net-CardDAVTalk
Packit 5b1f1f
Packit 5b1f1f
The README is used to introduce the module and provide instructions on
Packit 5b1f1f
how to install the module, any machine dependencies it may have (for
Packit 5b1f1f
example C compilers and installed libraries) and any other information
Packit 5b1f1f
that should be provided before the module is installed.
Packit 5b1f1f
Packit 5b1f1f
A README file is required for CPAN modules since CPAN extracts the README
Packit 5b1f1f
file from a module distribution so that people browsing the archive
Packit 5b1f1f
can use it to get an idea of the module's uses. It is usually a good idea
Packit 5b1f1f
to provide version information here so that people can decide whether
Packit 5b1f1f
fixes for the module are worth downloading.
Packit 5b1f1f
Packit 5b1f1f
Packit 5b1f1f
INSTALLATION
Packit 5b1f1f
Packit 5b1f1f
To install this module, run the following commands:
Packit 5b1f1f
Packit 5b1f1f
	perl Makefile.PL
Packit 5b1f1f
	make
Packit 5b1f1f
	make test
Packit 5b1f1f
	make install
Packit 5b1f1f
Packit 5b1f1f
SUPPORT AND DOCUMENTATION
Packit 5b1f1f
Packit 5b1f1f
After installing, you can find documentation for this module with the
Packit 5b1f1f
perldoc command.
Packit 5b1f1f
Packit 5b1f1f
    perldoc Net::CardDAVTalk
Packit 5b1f1f
Packit 5b1f1f
You can also look for information at:
Packit 5b1f1f
Packit 5b1f1f
    RT, CPAN's request tracker (report bugs here)
Packit 5b1f1f
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-CardDAVTalk
Packit 5b1f1f
Packit 5b1f1f
    AnnoCPAN, Annotated CPAN documentation
Packit 5b1f1f
        http://annocpan.org/dist/Net-CardDAVTalk
Packit 5b1f1f
Packit 5b1f1f
    CPAN Ratings
Packit 5b1f1f
        http://cpanratings.perl.org/d/Net-CardDAVTalk
Packit 5b1f1f
Packit 5b1f1f
    Search CPAN
Packit 5b1f1f
        http://search.cpan.org/dist/Net-CardDAVTalk/
Packit 5b1f1f
Packit 5b1f1f
Packit 5b1f1f
LICENSE AND COPYRIGHT
Packit 5b1f1f
Packit 5b1f1f
Copyright (C) 2015 Bron Gondwana
Packit 5b1f1f
Packit 5b1f1f
This program is free software; you can redistribute it and/or modify it
Packit 5b1f1f
under the terms of the the Artistic License (2.0). You may obtain a
Packit 5b1f1f
copy of the full license at:
Packit 5b1f1f
Packit 5b1f1f
L<http://www.perlfoundation.org/artistic_license_2_0>
Packit 5b1f1f
Packit 5b1f1f
Any use, modification, and distribution of the Standard or Modified
Packit 5b1f1f
Versions is governed by this Artistic License. By using, modifying or
Packit 5b1f1f
distributing the Package, you accept this license. Do not use, modify,
Packit 5b1f1f
or distribute the Package, if you do not accept this license.
Packit 5b1f1f
Packit 5b1f1f
If your Modified Version has been derived from a Modified Version made
Packit 5b1f1f
by someone other than you, you are nevertheless required to ensure that
Packit 5b1f1f
your Modified Version complies with the requirements of this license.
Packit 5b1f1f
Packit 5b1f1f
This license does not grant you the right to use any trademark, service
Packit 5b1f1f
mark, tradename, or logo of the Copyright Holder.
Packit 5b1f1f
Packit 5b1f1f
This license includes the non-exclusive, worldwide, free-of-charge
Packit 5b1f1f
patent license to make, have made, use, offer to sell, sell, import and
Packit 5b1f1f
otherwise transfer the Package with respect to any patent claims
Packit 5b1f1f
licensable by the Copyright Holder that are necessarily infringed by the
Packit 5b1f1f
Package. If you institute patent litigation (including a cross-claim or
Packit 5b1f1f
counterclaim) against any party alleging that the Package constitutes
Packit 5b1f1f
direct or contributory patent infringement, then this Artistic License
Packit 5b1f1f
to you shall terminate on the date that such litigation is filed.
Packit 5b1f1f
Packit 5b1f1f
Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER
Packit 5b1f1f
AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
Packit 5b1f1f
THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
Packit 5b1f1f
PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY
Packit 5b1f1f
YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR
Packit 5b1f1f
CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR
Packit 5b1f1f
CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE,
Packit 5b1f1f
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit 5b1f1f