projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b0d2b30
)
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]
patch
|
blob
|
blame
|
history
t/25backcompat_v4.t
patch
|
blob
|
blame
|
history
diff --git
a/script/dbicdump
b/script/dbicdump
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/25backcompat_v4.t
b/t/25backcompat_v4.t
index
9b63cc6
..
56ca9ce
100644
(file)
--- 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]};
}
}