The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

CUSTOM BUILD OPTIONS

--openssl-includedir=<path>

Provides the path where the OpenSSL header files are to be found. Default is to query pkg-config, or failing that, to use the compiler-provided system defaults.

--openssl-libdir=<path>

Provides the path where the OpenSSL libraries are to be found. Default is to query pkg-config, or failing that, to use the compiler-provided system defaults.

CUSTOM COMMAND-LINE SWITCHES

full_debugging=1

Enables "full_debugging" in Crypt::OpenSSL::CA::Inline::C while running ./Build test. This is only intended for situations where setting an environment variable is inconvenient (e.g. the Perl debugger). Implies use_blib=0 (see My::Module::Build).

CUSTOM BUILD METHODS

ACTION_build()

Overloaded so as to also call "ACTION_buildXS".

ACTION_buildXS()

Builds the XS modules for distribution into "arch" in blib.

process_pm_files

Overloaded from parent class so as to reserve a special treatment to Crypt::OpenSSL::CA::Inline::C (see its POD).

topir

Returns the directory in which Build.PL resides.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 57:

'=item' outside of any '=over'

Around line 81:

You forgot a '=back' before '=head1'