From: Peter Rabbitson Date: Fri, 11 Sep 2009 04:39:45 +0000 (+0000) Subject: Fix borked makefile X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94730ca668634f86300604a45cca55cb6c491053;p=dbsrgits%2FDBIx-Class-Historic.git Fix borked makefile --- diff --git a/Makefile.PL b/Makefile.PL index de16db0..2c3a6d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,6 +54,9 @@ my %replication_requires = ( 'Hash::Merge', => '0.11', ); +# when changing also adjust $DBIx::Class::minimum_sqlt_version +my $sqlt_recommends = '0.11002'; + my %force_requires_if_author = ( %replication_requires,