X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FVersionStorage%2FDeprecated.pm;h=9fd2b8910d9a8e09ddefb6689ff04d554d25cbeb;hb=ec167a977d89f8e8c230017343875cf995fb9053;hp=3b13fa7ab8659836d430ea6aca7bafe30f400c2d;hpb=c4f51462ef3831ad5e95b53de672a853014576dc;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated.pm b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated.pm index 3b13fa7..9fd2b89 100644 --- a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated.pm +++ b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated.pm @@ -9,8 +9,6 @@ use Log::Contextual ':log', -package_logger => # ABSTRACT: (DEPRECATED) Use this if you are stuck in the past -use Method::Signatures::Simple; - has schema => ( isa => 'DBIx::Class::Schema', is => 'ro', @@ -86,3 +84,8 @@ new Standard VersionStorage: $dh->version_storage->add_database_vesion({ version => $_ }) for @versions; +=head1 SEE ALSO + +This class is an implementation of +L. Pretty much all the +documentation is there.