X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FVersionStorage%2FStandard%2FVersionResult.pm;h=6cba956ceb87c82e98f220a71d31c31df0155974;hb=0fa93773fb497ce7b5c737de506f4185d304d76a;hp=6e15abcbb2479d0ffd5199cc0ab15a5e8e44d49b;hpb=e52174e31b95fe335f6ab8cfdbf23cc2a0c05673;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard/VersionResult.pm b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard/VersionResult.pm index 6e15abc..6cba956 100644 --- a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard/VersionResult.pm +++ b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard/VersionResult.pm @@ -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;