From: Matt S Trout Date: Wed, 26 Sep 2007 02:16:24 +0000 (+0000) Subject: add JDBICompat deps X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=39ceb3a11ab9391aeb4b3befd27120695da5d59a;p=dbsrgits%2FDBIx-Class-Historic.git add JDBICompat deps --- diff --git a/Makefile.PL b/Makefile.PL index 67326b5..a845779 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,8 +31,16 @@ tests "t/*.t t/*/*.t"; # re-build README and require CDBI modules for testing if we're in a checkout if( -e 'inc/.author' ) { + + # CDBICompat build_requires 'DBIx::ContextualFetch'; build_requires 'Class::Trigger'; + + # JDBICompat + build_requires 'Scalar::Defer'; + build_requires 'Object::Declare'; + build_requires 'Cache::Memcached'; + system('pod2text lib/DBIx/Class.pm > README'); }