From: Matt S Trout Date: Wed, 26 Sep 2007 02:44:37 +0000 (+0000) Subject: added DBIx::DBSchema dep X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5c4557aefad76a1f1e551eedecc35c3c6675cc3c;p=dbsrgits%2FDBIx-Class-Historic.git added DBIx::DBSchema dep --- diff --git a/Makefile.PL b/Makefile.PL index a845779..0d28431 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,6 +40,7 @@ if( -e 'inc/.author' ) { build_requires 'Scalar::Defer'; build_requires 'Object::Declare'; build_requires 'Cache::Memcached'; + build_requires 'DBIx::DBSchema' => 0.34; system('pod2text lib/DBIx/Class.pm > README'); }