add abstract for SQLT
Arthur Axel 'fREW' Schmidt [Wed, 5 May 2010 05:20:42 +0000 (00:20 -0500)]
lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm

index 5f6d7c5..cf36dfa 100644 (file)
@@ -1,6 +1,8 @@
 package DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator;
 use Moose;
 
+# ABSTRACT: Manage your SQL and Perl migrations in nicely laid out directories
+
 use autodie;
 use Carp qw( carp croak );