various doc
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / VersionStorage / Standard / VersionResult.pm
index be31c7e..6cba956 100644 (file)
@@ -1,5 +1,7 @@
 package DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResult;
 
+# ABSTRACT: The typical way to store versions in the database
+
 use strict;
 use warnings;
 
@@ -33,3 +35,8 @@ __PACKAGE__->add_unique_constraint(['version']);
 __PACKAGE__->resultset_class('DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResultSet');
 
 1;
+
+# vim: ts=2 sw=2 expandtab
+
+__END__
+