deprecation warnings
Arthur Axel 'fREW' Schmidt [Wed, 5 May 2010 05:44:17 +0000 (00:44 -0500)]
lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedSqltDeployMethod.pm
lib/DBIx/Class/DeploymentHandler/Deprecated/WithDeprecatedVersionStorage.pm
lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/Component.pm
lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResult.pm
lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResultSet.pm

index edc18ab..2eba6a1 100644 (file)
@@ -48,6 +48,13 @@ sub _build_deploy_method {
 
 __END__
 
+=head1 DEPRECATED
+
+This component has been suplanted by
+L<DBIx::Class::DeploymentHandler::WithSqltDeployMethod>.
+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
index 7f350d4..0ce6227 100644 (file)
@@ -23,6 +23,13 @@ sub _build_version_storage {
 
 __END__
 
+=head1 DEPRECATED
+
+This component has been suplanted by
+L<DBIx::Class::DeploymentHandler::WithStandardVersionStorage>.
+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
index 896600a..c14d7aa 100644 (file)
@@ -42,3 +42,10 @@ sub connection  {
 
 __END__
 
+=head1 DEPRECATED
+
+This component has been suplanted by
+L<DBIx::Class::DeploymentHandler::VersionStorage::Standard::Component>.
+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.
+
index e7efe0e..aca1d9d 100644 (file)
@@ -32,3 +32,10 @@ __PACKAGE__->resultset_class('DBIx::Class::DeploymentHandler::VersionStorage::De
 
 __END__
 
+=head1 DEPRECATED
+
+This component has been suplanted by
+L<DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResult>.
+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.
+
index ece8e3c..e1de084 100644 (file)
@@ -51,6 +51,13 @@ sub create {
 
 __END__
 
+=head1 DEPRECATED
+
+This component has been suplanted by
+L<DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResultSet>.
+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<installed> to the current time. (take a look, it's yucky)
+
+