faster travis builds
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / VersionStorage / Deprecated / Component.pm
index 36e1acc..c14d7aa 100644 (file)
@@ -1,5 +1,7 @@
 package DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::Component;
 
+# ABSTRACT: (DEPRECATED) Attach this component to your schema to ensure you stay up to date
+
 use strict;
 use warnings;
 
@@ -40,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.
+