CUSTOM BUILD OPTIONS
- --openssl-cflags=<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-ldflags=<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
. Setting the FULL_DEBUGGING environment variable to 1 has the same effect, however the latter is not possible eg from the Perl debugger. Impliesuse_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 68:
'=item' outside of any '=over'
- Around line 92:
You forgot a '=back' before '=head1'