projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d3b45f4
)
set indent for vim
Arthur Axel 'fREW' Schmidt [Wed, 24 Feb 2010 05:20:02 +0000 (23:20 -0600)]
lib/DBIx/Class/DeploymentHandler/SqltDeployMethod.pm
patch
|
blob
|
blame
|
history
lib/DBIx/Class/DeploymentHandler/WithSqltDeployMethod.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DeploymentHandler/SqltDeployMethod.pm
b/lib/DBIx/Class/DeploymentHandler/SqltDeployMethod.pm
index
2ad946d
..
2f5ddab
100644
(file)
--- a/
lib/DBIx/Class/DeploymentHandler/SqltDeployMethod.pm
+++ b/
lib/DBIx/Class/DeploymentHandler/SqltDeployMethod.pm
@@
-380,4
+380,9
@@
method apply_statement($statement) {
method backup { $self->storage->backup($self->backup_directory) }
__PACKAGE__->meta->make_immutable;
+
1;
+
+__END__
+
+vim: ts=2,sw=2,expandtab
diff --git
a/lib/DBIx/Class/DeploymentHandler/WithSqltDeployMethod.pm
b/lib/DBIx/Class/DeploymentHandler/WithSqltDeployMethod.pm
index
ab0dc76
..
cef904b
100644
(file)
--- a/
lib/DBIx/Class/DeploymentHandler/WithSqltDeployMethod.pm
+++ b/
lib/DBIx/Class/DeploymentHandler/WithSqltDeployMethod.pm
@@
-35,3
+35,7
@@
sub _build_deploy_method {
}
1;
+
+__END__
+
+vim: ts=2,sw=2,expandtab