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=625e2f609dfa714da93474ffad4e9a465163921a;hp=0781c43088cfc0676121bbd88be294cd26fdf3b9;hb=e86c0c07a9464b4a3cab37b9dfcf9971a8dd151b;hpb=be140a5f1f8ab40705bf4cbedb74761c4994a765 diff --git a/lib/DBIx/Class/DeploymentHandler/VersionHandler/ExplicitVersions.pm b/lib/DBIx/Class/DeploymentHandler/VersionHandler/ExplicitVersions.pm index 0781c43..625e2f6 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, );