From: Arthur Axel 'fREW' Schmidt Date: Fri, 16 May 2014 00:52:37 +0000 (-0500) Subject: Add a few missing ABSTRACTs X-Git-Tag: v0.002211~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=624e2add2c6d023d22bf7b127b26cc18c16123e2 Add a few missing ABSTRACTs Reported-By: gregor herrmann --- diff --git a/Changes b/Changes index 6a1a3bc..60b4bf4 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for {{$dist->name}} {{$NEXT}} + - Fix some missing ABSTRACTs (Fixes GH#22, thanks Gregor Herrmann!) 0.002210 2014-01-31 09:35:27 America/Chicago - Make source order stable to avoid non-changes in git (fixes RT#92580) diff --git a/lib/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod b/lib/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod index 638f813..e9e694c 100644 --- a/lib/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod +++ b/lib/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod @@ -1,11 +1,8 @@ package DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource; -=pod - -=head1 NAME +# ABSTRACT: Customize how your DBICDH versions are stored -DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource - Customize how -your DBICDH versions are stored +=pod =head1 DESCRIPTION diff --git a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm index 622dc29..90c43ca 100644 --- a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm +++ b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm @@ -1,5 +1,7 @@ package DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::ScriptHelpers; +# ABSTRACT: CodeRef Transforms for common use-cases in DBICDH Migrations + use strict; use warnings;