X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FDad.pm;fp=lib%2FDBIx%2FClass%2FDeploymentHandler%2FDad.pm;h=974884e2e103f9148009d5d95acc62ea6bdfc627;hb=ed45e175a490befb264f8d20f3e5702b6b0b22aa;hp=fe8656bed5e8dc8ffcd2e75eb3f69a87c4d49309;hpb=9c4cee902f35d9410afe7451efc5db13e877ed2f;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/Dad.pm b/lib/DBIx/Class/DeploymentHandler/Dad.pm index fe8656b..974884e 100644 --- a/lib/DBIx/Class/DeploymentHandler/Dad.pm +++ b/lib/DBIx/Class/DeploymentHandler/Dad.pm @@ -24,7 +24,7 @@ has to_version => ( lazy_build => 1, ); -sub _build_to_version { $_[0]->schema->schema_version } +sub _build_to_version { $_[0]->schema_version } has schema_version => ( is => 'ro',