projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
36009fc
)
whitespace
Arthur Axel 'fREW' Schmidt [Fri, 7 May 2010 02:57:54 +0000 (21:57 -0500)]
lib/DBIx/Class/DeploymentHandler.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DeploymentHandler.pm
b/lib/DBIx/Class/DeploymentHandler.pm
index
8567585
..
fc1cc29
100644
(file)
--- a/
lib/DBIx/Class/DeploymentHandler.pm
+++ b/
lib/DBIx/Class/DeploymentHandler.pm
@@
-45,8
+45,8
@@
sub install_version_storage {
}
sub prepare_install {
- $_[0]->prepare_deploy;
- $_[0]->prepare_version_storage_install;
+ $_[0]->prepare_deploy;
+ $_[0]->prepare_version_storage_install;
}
__PACKAGE__->meta->make_immutable;