X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Makefile.PL;h=f96742bb0d8a0dff2702d862d8184cc2694d5a8f;hp=90003a5eb347983e2aababea98f1b3618c4e2153;hb=55087b9990ac4c004f1e6b9742f73d89274cf7f2;hpb=f098ade608549b6172809866d3f73042add7c9e8 diff --git a/Makefile.PL b/Makefile.PL index 90003a5..f96742b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use warnings; use POSIX (); -use 5.006001; # delete this line if you want to send patches for earlier. +use 5.008001; # ****** DO NOT ADD OPTIONAL DEPENDENCIES. EVER. --mst ****** @@ -33,7 +33,7 @@ requires 'Class::C3::Componentised' => '1.0005'; requires 'Class::Inspector' => '1.24'; requires 'Data::Page' => '2.00'; requires 'DBD::SQLite' => '1.25'; -requires 'DBI' => '1.605'; +requires 'DBI' => '1.609'; requires 'JSON::Any' => '1.18'; requires 'MRO::Compat' => '0.09'; requires 'Module::Find' => '0.06';