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