notes on how this should be done when I refactor completely
Arthur Axel 'fREW' Schmidt [Thu, 25 Feb 2010 05:17:03 +0000 (23:17 -0600)]
lib/DBIx/Class/DeploymentHandler/WithSqltDeployMethod.pm

index 55f7c05..133e669 100644 (file)
@@ -6,6 +6,13 @@ use DBIx::Class::DeploymentHandler::SqltDeployMethod;
 use Carp 'carp';
 
 has deploy_method => (
+
+# < mst> isa => 'DBIx::Class::DeploymentHandler::SqltDeployMethod',
+# < mst> should be
+# < mst> does => <some role>
+# < mst> and that role should supply those methods
+# < mst> then you can pass handles => <some role> as well
+
   isa => 'DBIx::Class::DeploymentHandler::SqltDeployMethod',
   is  => 'ro',
   lazy_build => 1,