Annotation of HOPE/Net-OpenAMD/README, Revision 1.2
1.2 ! andrew 1: NAME
! 2: Net::OpenAMD - Perl interface to the OpenAMD API
1.1 andrew 3:
1.2 ! andrew 4: VERSION
! 5: This document describes Net::OpenAMD version 0.0.1
1.1 andrew 6:
1.2 ! andrew 7: SYNOPSIS
! 8: use Net::OpenAMD;
1.1 andrew 9:
1.2 ! andrew 10: DESCRIPTION
! 11: This module is to make it easy to grab information from the OpenAMD
! 12: project at The Next Hope.
1.1 andrew 13:
1.2 ! andrew 14: http://amd.hope.net/
1.1 andrew 15:
1.2 ! andrew 16: http://amd.hope.net/2010/05/openamd-api-released-v1-1-1/
1.1 andrew 17:
1.2 ! andrew 18: INTERFACE
! 19: DIAGNOSTICS
! 20: "Error message here, perhaps with %s placeholders"
! 21: [Description of error here]
1.1 andrew 22:
1.2 ! andrew 23: "Another error message here"
! 24: [Description of error here]
1.1 andrew 25:
1.2 ! andrew 26: [Et cetera, et cetera]
1.1 andrew 27:
1.2 ! andrew 28: CONFIGURATION AND ENVIRONMENT
! 29: Net::OpenAMD requires no configuration files or environment variables.
1.1 andrew 30:
31: DEPENDENCIES
1.2 ! andrew 32: LWP::UserAgent
! 33: Net::OAuth
! 34: JSON::Any
! 35:
! 36: INCOMPATIBILITIES
! 37: None reported.
! 38:
! 39: BUGS AND LIMITATIONS
! 40: No bugs have been reported.
! 41:
! 42: Please report any bugs or feature requests to
! 43: "bug-net-openamd@rt.cpan.org", or through the web interface at
! 44: <http://rt.cpan.org>.
! 45:
! 46: AUTHOR
! 47: Andrew Fresh "<andrew@cpan.org>"
! 48:
! 49: LICENSE AND COPYRIGHT
! 50: Copyright (c) 2010, Andrew Fresh "<andrew@cpan.org>". All rights
! 51: reserved.
! 52:
! 53: This module is free software; you can redistribute it and/or modify it
! 54: under the same terms as Perl itself. See perlartistic.
! 55:
! 56: DISCLAIMER OF WARRANTY
! 57: BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
! 58: FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
! 59: OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
! 60: PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
! 61: EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
! 62: WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
! 63: ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
! 64: YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
! 65: NECESSARY SERVICING, REPAIR, OR CORRECTION.
! 66:
! 67: IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
! 68: WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
! 69: REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE
! 70: TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
! 71: CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
! 72: SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
! 73: RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
! 74: FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
! 75: SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
! 76: DAMAGES.
1.1 andrew 77:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>