From: Arthur Axel 'fREW' Schmidt <frioux@gmail.com>
Date: Wed, 24 Feb 2010 05:20:02 +0000 (-0600)
Subject: set indent for vim
X-Git-Tag: v0.001000_01~127
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e051bb000c29c270bb393965ab3a088320c648f3;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git

set indent for vim
---

diff --git a/lib/DBIx/Class/DeploymentHandler/SqltDeployMethod.pm b/lib/DBIx/Class/DeploymentHandler/SqltDeployMethod.pm
index 2ad946d..2f5ddab 100644
--- 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
--- 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