X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FVersionStorage%2FStandard.pm;fp=lib%2FDBIx%2FClass%2FDeploymentHandler%2FVersionStorage%2FStandard.pm;h=3da6506e5b616e806252aa06139d80aafedeeeba;hb=9deabd1fcf64a04422d1903f8656ac445e73336a;hp=2151714628ca89bf10b0c1820e83f2edfa9b8503;hpb=86e30368b69b64911e65bdfe69ddd24f6dab6737;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard.pm b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard.pm index 2151714..3da6506 100644 --- a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard.pm +++ b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard.pm @@ -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 => (