X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=e26b0a7e1cf045aa44a4fdf9d4236fe26ebd0958;hb=fab31d8c753ec27ee5b5a16d1568cc337a245858;hp=a665523ca55f148ce420cd9e05aa83a20bf5a8cc;hpb=227d4dee52a91339e04dd509712ac062450bbb82;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Build.PL b/Build.PL index a665523..e26b0a7 100644 --- a/Build.PL +++ b/Build.PL @@ -6,12 +6,16 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { + 'Data::Page' => 0, 'DBI' => 0, 'UNIVERSAL::require' => 0, 'NEXT' => 0, + 'Scalar::Util' => 0, 'SQL::Abstract' => 1.19, + 'SQL::Abstract::Limit' => 0.033, 'DBD::SQLite' => 1.08, 'Tie::IxHash' => 0, + 'Storable' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,