X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FDeployMethod%2FSQL%2FTranslator%2FDeprecated.pm;h=3fcdb57a9f5046ef1d51425544bc9894f23afdf4;hp=368905a71b3e881aac733096a4a20af7820e56fb;hb=97aa9a748e07c9e5875d56bd7d6554e481911c5d;hpb=ffe7229cba92b8e8ed4aa259bea29f825595dbb3 diff --git a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm index 368905a..3fcdb57 100644 --- a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm +++ b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm @@ -1,4 +1,5 @@ package DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated; + use Moose; # ABSTRACT: (DEPRECATED) Use this if you are stuck in the past @@ -106,3 +107,8 @@ L =back +=head1 SEE ALSO + +This class is an implementation of +L. Pretty much all the +documentation is there.