X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=715ad7c8a836c6f16dd4d40f1ff1ce1b3a00052a;hb=b88b85e73de8ca03cfd1f7bc2ee43d6403302986;hp=e94e72efce2d96f4616d2d2c62e01556ac3629b6;hpb=e532cb4b6bf15c76b2fb502132952276d3333b0d;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index e94e72e..715ad7c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -81,6 +81,7 @@ my %force_requires_if_author = ( 'MooseX::AttributeHelpers' => 0.12, 'MooseX::Types', => 0.10, 'namespace::clean' => 0.11, + 'Hash::Merge', => 0.11, # t/96_is_deteministic_value.t 'DateTime::Format::Strptime' => 0, @@ -190,6 +191,7 @@ EOE . 'Do you really want to continue?', 'no', ); + exit 0 unless ($ans =~ /^y(es)?$/i); } }