From: Matt S Trout Date: Wed, 20 Jun 2007 05:57:33 +0000 (+0000) Subject: ordering change to squash an M::I warning X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e0f16f198dbe7080233cd39d137465005540aa4;p=dbsrgits%2FDBIx-Class-Historic.git ordering change to squash an M::I warning --- diff --git a/Makefile.PL b/Makefile.PL index e3fe9a3..78b827b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,8 +1,8 @@ use inc::Module::Install 0.67; name 'DBIx-Class'; -all_from 'lib/DBIx/Class.pm'; perl_version '5.006001'; +all_from 'lib/DBIx/Class.pm'; requires 'Cwd' => 3.19; requires 'Data::Page' => 2.00;