X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FWithMonotonicVersions.pm;h=a38d43aaecf238b90412b905d2e8354a0377c924;hp=704c8a3c591c3b0fd5467b50617cb2da8493c5a0;hb=9deabd1fcf64a04422d1903f8656ac445e73336a;hpb=86e30368b69b64911e65bdfe69ddd24f6dab6737 diff --git a/lib/DBIx/Class/DeploymentHandler/WithMonotonicVersions.pm b/lib/DBIx/Class/DeploymentHandler/WithMonotonicVersions.pm index 704c8a3..a38d43a 100644 --- a/lib/DBIx/Class/DeploymentHandler/WithMonotonicVersions.pm +++ b/lib/DBIx/Class/DeploymentHandler/WithMonotonicVersions.pm @@ -1,6 +1,8 @@ package DBIx::Class::DeploymentHandler::WithMonotonicVersions; use Moose::Role; +# ABSTRACT: Delegate/Role for DBIx::Class::DeploymentHandler::VersionHandler::Monotonic + use DBIx::Class::DeploymentHandler::VersionHandler::Monotonic; has version_handler => (