X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=715ad7c8a836c6f16dd4d40f1ff1ce1b3a00052a;hb=b88b85e73de8ca03cfd1f7bc2ee43d6403302986;hp=bd6963ab86aee873943af2cad1b7c20f77700f92;hpb=03bd8506d33584cee0d9a134eec44c18fc4e3e42;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index bd6963a..715ad7c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ configure_requires 'DBD::SQLite'; requires 'DBD::SQLite' => 1.23; requires 'Data::Page' => 2.00; requires 'Scalar::Util' => 0; -requires 'SQL::Abstract' => 1.53; +requires 'SQL::Abstract' => 1.54; requires 'SQL::Abstract::Limit' => 0.13; requires 'Class::C3::Componentised' => 1.0005; requires 'Storable' => 0; @@ -77,10 +77,11 @@ my %force_requires_if_author = ( , # t/93storage_replication.t - 'Moose', => 0.54, - 'Moose::Util::TypeConstraints' => 0.54, + 'Moose', => 0.77, 'MooseX::AttributeHelpers' => 0.12, - 'Class::MOP' => 0.63, + '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); } }