X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler.pm;h=5deb9c6a4d7a852bfc2a71d1a556fb64cf7be197;hb=84afdcb37642d456f42de873944347b45555066b;hp=64c8d4930e93c154efc3a4f376b41e35802599c4;hpb=566925dfdff725b5ea43a9a5600bf26044df418c;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler.pm b/lib/DBIx/Class/DeploymentHandler.pm index 64c8d49..5deb9c6 100644 --- a/lib/DBIx/Class/DeploymentHandler.pm +++ b/lib/DBIx/Class/DeploymentHandler.pm @@ -62,7 +62,7 @@ has sqltargs => ( # configuration ); method install { - carp 'Install not possible as versions table already exists in database' + croak 'Install not possible as versions table already exists in database' if $self->version_storage_is_installed; my $ddl = $self->_deploy;