projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
713cc98
)
Whops, we don't exit under win32
Peter Rabbitson [Mon, 27 Apr 2009 08:05:43 +0000 (08:05 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
fe4136a
..
380a061
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-153,6
+153,7
@@
sub _check_sqlite {
}
elsif (! $pid) {
_torture_sqlite();
+ exit 0;
}
else {
eval {
@@
-237,6
+238,4
@@
sub _torture_sqlite {
$dbh->do ('COMMIT'); # followed by commit
$dbh->disconnect;
}
-
- exit 0;
}