X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FVersionHandler%2FExplicitVersions.pm;h=d3d5d6ba0d4b9b00570122834c9dd7b1462d8794;hp=0781c43088cfc0676121bbd88be294cd26fdf3b9;hb=ec167a977d89f8e8c230017343875cf995fb9053;hpb=9b620a81fde67043352d05b2bbe57b300e887910 diff --git a/lib/DBIx/Class/DeploymentHandler/VersionHandler/ExplicitVersions.pm b/lib/DBIx/Class/DeploymentHandler/VersionHandler/ExplicitVersions.pm index 0781c43..d3d5d6b 100644 --- a/lib/DBIx/Class/DeploymentHandler/VersionHandler/ExplicitVersions.pm +++ b/lib/DBIx/Class/DeploymentHandler/VersionHandler/ExplicitVersions.pm @@ -21,6 +21,7 @@ has database_version => ( has to_version => ( is => 'ro', + isa => 'Str', lazy_build => 1, ); @@ -107,3 +108,8 @@ __PACKAGE__->meta->make_immutable; __END__ +=head1 SEE ALSO + +This class is an implementation of +L. Pretty much all the +documentation is there.