add abstracts
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / WithExplicitVersions.pm
index b04ba26..076f6f0 100644 (file)
@@ -1,6 +1,8 @@
 package DBIx::Class::DeploymentHandler::WithExplicitVersions;
 use Moose::Role;
 
+# ABSTRACT: Delegate/Role for DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions
+
 use DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions;
 
 use Carp 'carp';