NAME
Net::SSLeay::OO::Constants - Importer interface to Net::SSLeay constants
SYNOPSIS
use Net::SSLeay::OO::Constants qw(OP_ALL);
print OP_ALL;
DESCRIPTION
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
Sam Vilain, samv@cpan.org
COPYRIGHT
Copyright (C) 2009 NZ Registry Services
This program is free software: you can redistribute it and/or modify it under the terms of the Artistic License 2.0 or later. You should have received a copy of the Artistic License the file COPYING.txt. If not, see <http://www.perlfoundation.org/artistic_license_2_0>