|
NAMECrypt::OpenSSL::CA::Inline::C - The Inline magic (or lack thereof) for Crypt::OpenSSL::CA SYNOPSISuse Crypt::OpenSSL::CA::Inline::C $and_the_rest_is_ignored; # ... use Crypt::OpenSSL::CA::Inline::C "__END__"; DESCRIPTIONThis package simply loads the DLLs that contain the parts of Crypt::OpenSSL::CA that are made of XS code. It is a stubbed-down version of the full-fledged Crypt::OpenSSL::CA::Inline::C that replaces the real thing at module install time. There is more to Crypt::OpenSSL::CA::Inline::C, such as the ability to dynamically modify and recompile the C code snippets in Crypt::OpenSSL::CA's code source. But in order to grasp hold of its power, you have to use the full source code tarball and not just the installed version.
|