Use File::Path::mkpath rather than File::Path::make_path
authorRichard Levitte <levitte@openssl.org>
Mon, 8 Feb 2016 15:27:15 +0000 (16:27 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 8 Feb 2016 16:03:37 +0000 (17:03 +0100)
commitdca99383c2836d538c6d0129bb42401d86c8775b
tree7a87ad7d5d17019fa2aea0368b100a77ba3479b6
parentdd9589740d54b81c5aef6c7f5fa28f68f23fb27f
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: Andy Polyakov <appro@openssl.org>
Configure