X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FDeprecated%2FWithDeprecatedVersionStorage.pm;h=0ce62273d939fb0ff4fa2ae31e7d7e9abd0c8635;hb=e068a12a3063eba99bd5339781b634245cefcdba;hp=7ead82a868a916377887e430e22f712b329c2de3;hpb=fe3b6dffd232cf147c614485fcdb139b3079ff2b;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedVersionStorage.pm b/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedVersionStorage.pm index 7ead82a..0ce6227 100644 --- a/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedVersionStorage.pm +++ b/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedVersionStorage.pm @@ -1,6 +1,8 @@ package DBIx::Class::DeploymentHandler::Deprecated::WithDeprecatedVersionStorage; use Moose::Role; +# ABSTRACT: (DEPRECATED) Use this if you are stuck in the past + use DBIx::Class::DeploymentHandler::VersionStorage::Deprecated; has version_storage => ( @@ -17,6 +19,19 @@ sub _build_version_storage { 1; +# vim: ts=2 sw=2 expandtab + __END__ -vim: ts=2 sw=2 expandtab +=head1 DEPRECATED + +This component has been suplanted by +L. +In the next major version (1) we will begin issuing a warning on it's use. +In the major version after that (2) we will remove it entirely. + +=head1 DELEGATION ROLE + +This role is entirely for making delegation look like a role. The actual +docs for the methods and attributes are at +L