X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FWithMonotonicVersions.pm;h=a38d43aaecf238b90412b905d2e8354a0377c924;hb=12d6fbade8361d1eb8ac95f54543bf784175315d;hp=c62dabf9e620c7d0231f837216f39dfde10b332b;hpb=4a65f60b80222596f851950728f0a115f511481c;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/WithMonotonicVersions.pm b/lib/DBIx/Class/DeploymentHandler/WithMonotonicVersions.pm index c62dabf..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 => ( @@ -24,6 +26,6 @@ sub _build_version_handler { 1; -__END__ +# vim: ts=2 sw=2 expandtab -vim: ts=2 sw=2 expandtab +__END__