projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c4cee9
)
use proxied schema_version so that people can override it
Arthur Axel 'fREW' Schmidt [Wed, 28 Apr 2010 15:56:04 +0000 (10:56 -0500)]
lib/DBIx/Class/DeploymentHandler/Dad.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DeploymentHandler/Dad.pm
b/lib/DBIx/Class/DeploymentHandler/Dad.pm
index
fe8656b
..
974884e
100644
(file)
--- 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',