X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FDeployMethod%2FSQL%2FTranslator%2FDeprecated.pm;h=0d2febffd9cfefeb8e0cbe7bfbd28c243053c493;hb=refs%2Fheads%2Fmoo-port;hp=368905a71b3e881aac733096a4a20af7820e56fb;hpb=ffe7229cba92b8e8ed4aa259bea29f825595dbb3;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm index 368905a..0d2febf 100644 --- a/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm +++ b/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm @@ -1,5 +1,5 @@ package DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated; -use Moose; +use Moo; # ABSTRACT: (DEPRECATED) Use this if you are stuck in the past @@ -41,8 +41,6 @@ sub _ddl_schema_up_consume_filenames { return [$self->_ddl_schema_up_produce_filename($type, $versions)] } -__PACKAGE__->meta->make_immutable; - 1; # vim: ts=2 sw=2 expandtab @@ -106,3 +104,8 @@ L =back +=head1 SEE ALSO + +This class is an implementation of +L. Pretty much all the +documentation is there.