Skip to content

catalyst/Net-SSLeay-OO

Repository files navigation

README for Net::SSLeay::OO
==========================

This package is a wrapper for the Net::SSLeay module on CPAN.
There is a good deal of blurb about it on its man page - go there for
the details!


Installing
----------
The application is designed to be installed like a CPAN module; so use
the usual:

  perl Makefile.PL
  make
  sudo make install

The CPAN module dependencies will be highlighted during the first
command. If you do not have 'sudo' installed, you can use:

  su root -c make install


Dependencies
------------
Other than Net::SSLeay, the principle dependency of this module is
Moose.  It may be possible to get the module working using Mouse; if
you can get it to do so and still pass the test suite, please send a
patch.

Note that the test suite requires the 'openssl' CLI to be installed,
otherwise the t/certs/make-test-certs.sh script will fail at
'Makefile.PL' stage.


Patching
--------
Please see the file SubmittingPatches for information.


License and credits
-------------------
This software development is sponsored and directed by New Zealand
Registry Services, http://www.nzrs.net.nz/

The work is being carried out by Catalyst IT,
http://www.catalyst.net.nz/

Copyright (c) 2009, NZ Registry Services.  All Rights Reserved.  This
software may be used under the terms of the Artistic License 2.0.
Note that this license is compatible with both the GNU GPL and
Artistic licenses.  A copy of this license is supplied with the
distribution in the file COPYING.txt.

About

Perl5/Moose wrapper for Net::SSLeay (OpenSSL SSL library bindings)

Resources

License

Stars

Watchers

Forks

Packages

No packages published