From: Peter Rabbitson Date: Mon, 11 May 2009 10:50:54 +0000 (+0000) Subject: Change the makefile to test r6202 X-Git-Tag: v0.08103~103 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a86fdee97acb55d6e5fc015059d7b5b155d1ef8f;p=dbsrgits%2FDBIx-Class.git Change the makefile to test r6202 --- diff --git a/Makefile.PL b/Makefile.PL index 2d8e90b..888e988 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -190,6 +190,7 @@ EOE . 'Do you really want to continue?', 'no', ); + exit 0 unless ($ans =~ /^y(es)?$/i); } }