add abstracts
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / VersionStorage / Standard.pm
index 2151714..3da6506 100644 (file)
@@ -1,5 +1,8 @@
 package DBIx::Class::DeploymentHandler::VersionStorage::Standard;
 use Moose;
+
+# ABSTRACT: Version storage that does the normal stuff
+
 use Method::Signatures::Simple;
 
 has schema => (