X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FWithSqltDeployMethod.pm;fp=lib%2FDBIx%2FClass%2FDeploymentHandler%2FWithSqltDeployMethod.pm;h=81035dd69ee385ab07e7bd471541c5a5924ac694;hb=8a7847f1b8a8ca910d43db22eea85d321b1602c3;hp=4555d1e6c0b8b65997921e277d8639e8c7fd146b;hpb=2bf06b5f0424262e99d49b7c2b7173c3afeb87dc;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/WithSqltDeployMethod.pm b/lib/DBIx/Class/DeploymentHandler/WithSqltDeployMethod.pm index 4555d1e..81035dd 100644 --- a/lib/DBIx/Class/DeploymentHandler/WithSqltDeployMethod.pm +++ b/lib/DBIx/Class/DeploymentHandler/WithSqltDeployMethod.pm @@ -17,11 +17,10 @@ has deploy_method => ( is => 'ro', lazy_build => 1, handles => [qw{ - deployment_statements - deploy + _deploy prepare_install prepare_update - upgrade_single_step + _upgrade_single_step }], );