add missing newline for no-linenumber-change dzil
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / VersionHandler / DatabaseToSchemaVersions.pm
index de34af0..28b3b86 100644 (file)
@@ -1,10 +1,9 @@
 package DBIx::Class::DeploymentHandler::VersionHandler::DatabaseToSchemaVersions;
+
 use Moose;
 
 # ABSTRACT: Go straight from Database to Schema version
 
-use Method::Signatures::Simple;
-
 with 'DBIx::Class::DeploymentHandler::HandlesVersioning';
 
 has schema_version => (
@@ -64,4 +63,8 @@ __PACKAGE__->meta->make_immutable;
 
 __END__
 
+=head1 SEE ALSO
 
+This class is an implementation of
+L<DBIx::Class::DeploymentHandler::HandlesVersioning>.  Pretty much all the
+documentation is there.