Crypt-MatrixSSL
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# Apply cumulative patch, if any
if (-r "$mxbase.patch") {
system("cd \Q$mxbase\E; patch -p1 -N -i ../$mxbase.patch");
}
=for ver1-82
# Increase default const to allow more than 8 certificates:
{
local $^I = q{};
local @ARGV = "$mxbase/matrixCommon.h";
while (<>) {
s/^(\s*#define\s+MAX_CHAIN_LENGTH\s*\s)\d+(\s*$)/${1}192${2}/;
print;
}
}
=cut
# Increase default const to allow more than 8 certificates:
unless(-f "$mxbase/src/pki/matrixPki.h.ori") { # only do once
( run in 0.519 second using v1.01-cache-2.11-cpan-49f99fa48dc )