Net::SSLeay::OO::Constants - Importer interface to Net::SSLeay constants


Net-SSLeay-OO documentation  | view source Contained in the Net-SSLeay-OO distribution.

Index


NAME

Top

Net::SSLeay::OO::Constants - Importer interface to Net::SSLeay constants

SYNOPSIS

Top

 use Net::SSLeay::OO::Constants qw(OP_ALL);

 print OP_ALL;

DESCRIPTION

Top

This module allows Net::SSLeay constants to be explicitly imported into your program.

As well as avoiding using the verbose &Net::SSLeay::XXXX syntax all the time, they can then be spelt as bare words. It also means that instead of waiting for run-time for your misspelt Net::SSLeay constants to crash your program, you find out at compile time.

Some extra constants are allowed to be imported by this module, which are hard-coded for the event that Net::SSLeay doesn't export them.

AUTHOR

Top

Sam Vilain, samv@cpan.org

COPYRIGHT

Top

SEE ALSO

Top

Net::SSLeay::OO


Net-SSLeay-OO documentation  | view source Contained in the Net-SSLeay-OO distribution.