X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=380a061b6009c526459c3d62d3af0f8decfa176d;hb=d1b531607cd45ca1bb89a63e299d105b61a6eea7;hp=fe4136a33ce2f635c32d7c733714c46634df6f0f;hpb=713cc98e8bc591cee3d64178021555fc7902c876;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index fe4136a..380a061 100644 --- 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; }