remove the win32 workaround (as it was the use @ARGV)
unknown [Mon, 1 Mar 2010 11:35:23 +0000 (06:35 -0500)]
script/dbicdump [changed mode: 0755->0644]
t/25backcompat_v4.t

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