X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler.pm;h=c40b5d389ca9aba424f30bdc7c98be8a34d3e414;hb=8bf3eee179f8cc5c1765a83a18dd15c7ac9f26bd;hp=c67fb920aa784eedbdd116f019bdcecaa055195e;hpb=334bced5e3d08a9f7fe0688c9c730c48c38e1550;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler.pm b/lib/DBIx/Class/DeploymentHandler.pm index c67fb92..c40b5d3 100644 --- a/lib/DBIx/Class/DeploymentHandler.pm +++ b/lib/DBIx/Class/DeploymentHandler.pm @@ -40,6 +40,7 @@ has upgrade_directory => ( has backup_directory => ( isa => 'Str', is => 'ro', + predicate => 'has_backup_directory', ); has storage => (