- Updated servers used for testing in examples and tests
[Net-HTTPS-Any.git] / README
1 Net-HTTPS-Any
2
3 This module will make an HTTPS connection using Net::SSLeay or ( Crypt::SSLeay
4 and LWP), whatever is available on the current system.
5
6 It is derived from Business::OnlinePayment::HTTPS.
7
8 INSTALLATION
9
10 To install this module, run the following commands:
11
12         perl Makefile.PL
13         make
14         make test
15         make install
16
17 SUPPORT AND DOCUMENTATION
18
19 After installing, you can find documentation for this module with the
20 perldoc command.
21
22     perldoc Net::HTTPS::Any
23
24 You can also look for information at:
25
26     RT, CPAN's request tracker
27         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-HTTPS-Any
28
29     AnnoCPAN, Annotated CPAN documentation
30         http://annocpan.org/dist/Net-HTTPS-Any
31
32     CPAN Ratings
33         http://cpanratings.perl.org/d/Net-HTTPS-Any
34
35     Search CPAN
36         http://search.cpan.org/dist/Net-HTTPS-Any
37
38
39 COPYRIGHT AND LICENCE
40
41 Copyright (C) 2008 Freeside Internet Services, Inc. (http://freeside.biz)
42 All rights reserved.
43
44 This program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl itself.
46