[Bast-commits] r7238 -
DBIx-Class/0.08/branches/discard_changes_replication_fix
jnapiorkowski at dev.catalyst.perl.org
jnapiorkowski at dev.catalyst.perl.org
Wed Aug 5 20:01:02 GMT 2009
Author: jnapiorkowski
Date: 2009-08-05 20:00:58 +0000 (Wed, 05 Aug 2009)
New Revision: 7238
Modified:
DBIx-Class/0.08/branches/discard_changes_replication_fix/Makefile.PL
Log:
added replication as an optional feature to make installing it easier
Modified: DBIx-Class/0.08/branches/discard_changes_replication_fix/Makefile.PL
===================================================================
--- DBIx-Class/0.08/branches/discard_changes_replication_fix/Makefile.PL 2009-08-05 18:54:41 UTC (rev 7237)
+++ DBIx-Class/0.08/branches/discard_changes_replication_fix/Makefile.PL 2009-08-05 20:00:58 UTC (rev 7238)
@@ -45,6 +45,15 @@
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
|);
More information about the Bast-commits
mailing list