Use File::Path::rmtree rather than File::Path::remove_tree
authorRichard Levitte <levitte@openssl.org>
Mon, 8 Feb 2016 15:44:48 +0000 (16:44 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 8 Feb 2016 16:03:37 +0000 (17:03 +0100)
commit4500a4cd4d89ba338ad796d39ccb9d94794cc0d7
treeaff3187632882943c2c72e9f240678502f5b9003
parentdca99383c2836d538c6d0129bb42401d86c8775b
Use File::Path::rmtree rather than File::Path::remove_tree

Just like File::Path::make_path, File::Path::remove_tree didn't show
up before File::Path 2.06 / perl v5.10.1, so we prefer the legacy
function here as well.

Reviewed-by: Andy Polyakov <appro@openssl.org>
test/testlib/OpenSSL/Test.pm