X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8dbb25abe1143291001cdb469c1dea2908b8209d;hb=dec2517f954b8c6053570a6b5ecf08fbaf1a2bc2;hp=c879bf41ec72e185854fc619f3d12d7c7cb5bb27;hpb=049b0c859a41b82a06326f742ab8eb8c84f887f7;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Build.PL b/Build.PL index c879bf4..8dbb25a 100644 --- a/Build.PL +++ b/Build.PL @@ -13,15 +13,16 @@ my %arguments = ( 'Class::C3' => 0.07, 'Storable' => 0, 'Class::Data::Accessor' => 0.01, - 'Carp::Clan' => 0, + 'Carp::Clan' => 0, + 'DBI' => 1.40, }, build_requires => { - 'DBD::SQLite' => 1.08, - 'DBI' => 1.40, + 'DBD::SQLite' => 1.11, }, recommends => { 'Data::UUID' => 0, 'Module::Find' => 0, + 'Class::Inspector' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,