Import original source of WebService-Northern911 0.1
[WebService-Northern911.git] / README
1 WebService-Northern911
2
3 Interface to Northern 911's ALI database.
4
5 Requires XML::Compile::WSDL11 and XML::Compile::SOAP.
6
7 INSTALLATION
8
9 To install this module, run the following commands:
10
11         perl Makefile.PL
12         make
13         make test
14         make install
15
16 SUPPORT AND DOCUMENTATION
17
18 After installing, you can find documentation for this module with the
19 perldoc command.
20
21     perldoc WebService::Northern911
22
23 You can also look for information at:
24
25     RT, CPAN's request tracker (report bugs here)
26         http://rt.cpan.org/NoAuth/Bugs.html?Dist=WebService-Northern911
27
28     AnnoCPAN, Annotated CPAN documentation
29         http://annocpan.org/dist/WebService-Northern911
30
31     CPAN Ratings
32         http://cpanratings.perl.org/d/WebService-Northern911
33
34     Search CPAN
35         http://search.cpan.org/dist/WebService-Northern911/
36
37
38 LICENSE AND COPYRIGHT
39
40 Copyright (C) 2014 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