Port to Moo
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / DeployMethod / SQL / Translator / Deprecated.pm
index 368905a..0d2febf 100644 (file)
@@ -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<DBIx::Class::DeployMethod::SQL::Translator/_ddl_schema_up_consume_filenames>
 
 =back
 
+=head1 SEE ALSO
+
+This class is an implementation of
+L<DBIx::Class::DeploymentHandler::HandlesDeploy>.  Pretty much all the
+documentation is there.