cleanup modelines
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / DeployMethod / SQL / Translator.pm
index 06ec56d..29a9e27 100644 (file)
@@ -424,36 +424,66 @@ __PACKAGE__->meta->make_immutable;
 
 1;
 
+# vim: ts=2 sw=2 expandtab
+
 __END__
 
 =attr schema
+
 =attr storage
+
 =attr sqltargs
+
+#rename
+
 =attr upgrade_directory
+
+The directory (default C<'sql'>) that upgrades are stored in
+
 =attr databases
+
+The types of databases (default C<< [qw( MySQL SQLite PostgreSQL )] >>) to
+generate files for
+
 =attr txn_wrap
 
 =method __ddl_consume_with_prefix
+
 =method _ddl_schema_consume_filenames
+
 =method _ddl_schema_produce_filename
+
 =method _ddl_schema_up_consume_filenames
+
 =method _ddl_schema_down_consume_filenames
+
 =method _ddl_schema_up_produce_filenames
+
 =method _ddl_schema_down_produce_filenames
+
 =method _resultsource_install_filename
+
 =method _run_sql_and_perl
 
 =method _prepare_install
+
 =method _prepare_changegrade
+
 =method _read_sql_file
 
 =method deploy
+
 =method install_resultsource
+
 =method prepare_resultsouce_install
+
 =method prepare_install
+
 =method prepare_upgrade
+
 =method prepare_downgrade
+
 =method upgrade_single_step
+
 =method downgrade_single_step
 
-vim: ts=2 sw=2 expandtab