Commit dca99383 authored by Richard Levitte's avatar Richard Levitte
Browse files

Use File::Path::mkpath rather than File::Path::make_path



File::Path::make_path didn't show up before File::Path 2.06 / perl v5.10.1.
Because we're trying to stay compatible with perl v5.10.0 and up,
it's better to use the legacy interface.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent dd958974
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment