From 28f9f6b92c94797f04f80a51644f028dea96b4b3 Mon Sep 17 00:00:00 2001 From: relberger Date: Thu, 1 Oct 2015 15:26:57 -0400 Subject: [PATCH] prep for 2.11_004 --- Changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes b/Changes index 987a20d..d16309c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension File::Path. +2.11_004 2015-10-01 + - Revert change made in 2.10_001 to carp on failure to find root directory + when performing an rmtree. + 2.11_003 2015-08-03 - Fix root tests to properly call prereq() -- failed primarily on Windows since getpwent/getgrent not implemented on Windows.