From: Arthur Axel 'fREW' Schmidt Date: Wed, 5 May 2010 05:44:17 +0000 (-0500) Subject: deprecation warnings X-Git-Tag: v0.001000_06~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=e068a12a3063eba99bd5339781b634245cefcdba deprecation warnings --- diff --git a/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedSqltDeployMethod.pm b/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedSqltDeployMethod.pm index edc18ab..2eba6a1 100644 --- a/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedSqltDeployMethod.pm +++ b/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedSqltDeployMethod.pm @@ -48,6 +48,13 @@ sub _build_deploy_method { __END__ +=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 diff --git a/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedVersionStorage.pm b/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedVersionStorage.pm index 7f350d4..0ce6227 100644 --- a/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedVersionStorage.pm +++ b/lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedVersionStorage.pm @@ -23,6 +23,13 @@ sub _build_version_storage { __END__ +=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 diff --git a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/Component.pm b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/Component.pm index 896600a..c14d7aa 100644 --- a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/Component.pm +++ b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/Component.pm @@ -42,3 +42,10 @@ sub connection { __END__ +=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. + diff --git a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResult.pm b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResult.pm index e7efe0e..aca1d9d 100644 --- a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResult.pm +++ b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResult.pm @@ -32,3 +32,10 @@ __PACKAGE__->resultset_class('DBIx::Class::DeploymentHandler::VersionStorage::De __END__ +=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. + diff --git a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResultSet.pm b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResultSet.pm index ece8e3c..e1de084 100644 --- a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResultSet.pm +++ b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResultSet.pm @@ -51,6 +51,13 @@ sub create { __END__ +=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. + =method version_storage_is_installed True if (!!!) the version storage has been installed @@ -62,3 +69,5 @@ The version of the database =method create Overridden to default C to the current time. (take a look, it's yucky) + +