diff options
author | ivan <ivan> | 2008-06-14 04:14:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-14 04:14:48 +0000 |
commit | 97e89d11919d233afc4bbe3a2c7f14a4d116584b (patch) | |
tree | 386cb650341759269b7915676b4bc5014d5f6420 /README |
initial importSTART
Diffstat (limited to 'README')
-rw-r--r-- | README | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -0,0 +1,45 @@ +Net-HTTPS-Any + +This module will make an HTTPS connection using Net::SSLeay or ( Crypt::SSLeay +and LWP), whatever is available on the current system. + +It is derived from Business::OnlinePayment::HTTPS. + +INSTALLATION + +To install this module, run the following commands: + + perl Makefile.PL + make + make test + make install + +SUPPORT AND DOCUMENTATION + +After installing, you can find documentation for this module with the +perldoc command. + + perldoc Net::HTTPS::Any + +You can also look for information at: + + RT, CPAN's request tracker + http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-HTTPS-Any + + AnnoCPAN, Annotated CPAN documentation + http://annocpan.org/dist/Net-HTTPS-Any + + CPAN Ratings + http://cpanratings.perl.org/d/Net-HTTPS-Any + + Search CPAN + http://search.cpan.org/dist/Net-HTTPS-Any + + +COPYRIGHT AND LICENCE + +Copyright (C) 2008 Freeside Internet Services, Inc. + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + |