delcare a dep on Crypt::SSLeay since we use LWP to connect to https URLs
[Geo-Melissa-WebSmart.git] / README
1 Geo-Melissa-WebSmart
2
3 Interface to the Melissa Data WebSmart address verification and geocoding
4 service.
5
6 INSTALLATION
7
8 To install this module, run the following commands:
9
10         perl Makefile.PL
11         make
12         make test
13         make install
14
15 SUPPORT AND DOCUMENTATION
16
17 After installing, you can find documentation for this module with the
18 perldoc command.
19
20     perldoc Geo::Melissa::WebSmart
21
22 You can also look for information at:
23
24     RT, CPAN's request tracker (report bugs here)
25         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Geo-Melissa-WebSmart
26
27     AnnoCPAN, Annotated CPAN documentation
28         http://annocpan.org/dist/Geo-Melissa-WebSmart
29
30     CPAN Ratings
31         http://cpanratings.perl.org/d/Geo-Melissa-WebSmart
32
33     Search CPAN
34         http://search.cpan.org/dist/Geo-Melissa-WebSmart/
35
36
37 LICENSE AND COPYRIGHT
38
39 Copyright (C) 2013 Mark Wells
40
41 This program is free software; you can redistribute it and/or modify it
42 under the terms of either: the GNU General Public License as published
43 by the Free Software Foundation; or the Artistic License.
44
45 See http://dev.perl.org/licenses/ for more information.
46