X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FDad.pm;h=8b6b8c4c7255b6a00b0fcbcd863b54cdf345ce01;hb=e52174e31b95fe335f6ab8cfdbf23cc2a0c05673;hp=fcdd868b69746247719b91f299c0aab48b6bec5b;hpb=ed1721b92e5774426f63bbf69bc4b2c997fbf62e;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/Dad.pm b/lib/DBIx/Class/DeploymentHandler/Dad.pm index fcdd868..8b6b8c4 100644 --- a/lib/DBIx/Class/DeploymentHandler/Dad.pm +++ b/lib/DBIx/Class/DeploymentHandler/Dad.pm @@ -66,6 +66,10 @@ __PACKAGE__->meta->make_immutable; 1; +# vim: ts=2 sw=2 expandtab + +__END__ + =pod =attr schema @@ -107,7 +111,7 @@ returned from L. $dh->downgrade Downgrades the database one step at a time till L -returns C. Each downgrade step will delete a Cfrom the +returns C. Each downgrade step will delete a C from the version storage. =method backup @@ -169,7 +173,7 @@ see L =head2 prepare_resultsource_install -see L +see L =head2 install_resultsource @@ -199,6 +203,3 @@ L, L, and L. -__END__ - -vim: ts=2 sw=2 expandtab