From: unknown Date: Mon, 1 Mar 2010 11:35:23 +0000 (-0500) Subject: remove the win32 workaround (as it was the use @ARGV) X-Git-Tag: 0.06000~70 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca12f6c9ea89282afe711aa4ec543630feb4a1ae;p=dbsrgits%2FDBIx-Class-Schema-Loader.git remove the win32 workaround (as it was the use @ARGV) --- diff --git a/script/dbicdump b/script/dbicdump old mode 100755 new mode 100644 diff --git a/t/25backcompat_v4.t b/t/25backcompat_v4.t index 9b63cc6..56ca9ce 100644 --- a/t/25backcompat_v4.t +++ b/t/25backcompat_v4.t @@ -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]}; } }