From: John Napiorkowski Date: Wed, 5 Aug 2009 20:00:58 +0000 (+0000) Subject: added replication as an optional feature to make installing it easier X-Git-Tag: v0.08109~35^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54a844682ec0e0e24a1215b04263ce9de5bd7e94;p=dbsrgits%2FDBIx-Class.git added replication as an optional feature to make installing it easier --- diff --git a/Makefile.PL b/Makefile.PL index 79da35f..895540a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -45,6 +45,15 @@ requires 'Sub::Name' => 0.04; recommends 'SQL::Translator' => 0.09004; +feature 'Replication', + -default => 0, + 'Moose' => '0.88', + 'MooseX::AttributeHelpers' => '0.21', + 'MooseX::Types' => '0.16', + 'namespace::clean' => '0.11', + 'Hash::Merge' => '0.11'; + + install_script (qw| script/dbicadmin |);