windows workaround for t/25backcompat_v4.t
Rafael Kitover [Sun, 28 Feb 2010 00:57:18 +0000 (19:57 -0500)]
t/25backcompat_v4.t

index 56ca9ce..9b63cc6 100644 (file)
@@ -919,7 +919,7 @@ sub run_v5_tests {
 
     sub DESTROY {
         pop @INC;
-        File::Path::rmtree ${$_[0]};
+        File::Path::rmtree ${$_[0]} unless $^O =~ /win32|cygwin/i;
     }
 }