Improve docs by linking from implementations to their roles
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / VersionStorage / Standard.pm
index cc79c4f..8a14b9e 100644 (file)
@@ -8,7 +8,6 @@ use Log::Contextual ':log', -package_logger =>
 
 # ABSTRACT: Version storage that does the normal stuff
 
-use Method::Signatures::Simple;
 use DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResult;
 
 has schema => (
@@ -54,3 +53,8 @@ __PACKAGE__->meta->make_immutable;
 
 __END__
 
+=head1 SEE ALSO
+
+This class is an implementation of
+L<DBIx::Class::DeploymentHandler::HandlesVersionStorage>.  Pretty much all the
+documentation is there.