From: Arthur Axel 'fREW' Schmidt Date: Thu, 15 Mar 2012 02:23:34 +0000 (-0500) Subject: v0.002110 X-Git-Tag: v0.002110^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=ee81ad6b9476719fe2002478c492d49c47edb33a v0.002110 - Use ->count instead of ->next to check if version storage is deployed (->next caused issues on MSSQL due to length of DDL) - Fix a couple stupid documentation issues (Phillip Smith) --- diff --git a/Changes b/Changes index c9331f4..b1f1cdd 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for {{$dist->name}} {{$NEXT}} + +0.002110 2012-03-14 21:22:36 America/Chicago - Use ->count instead of ->next to check if version storage is deployed (->next caused issues on MSSQL due to length of DDL) - Fix a couple stupid documentation issues (Phillip Smith) diff --git a/dist.ini b/dist.ini index 3e42530..96080a9 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ name = DBIx-Class-DeploymentHandler author = Arthur Axel "fREW" Schmidt license = Perl_5 copyright_holder = Arthur Axel "fREW" Schmidt -version = 0.002100 +version = 0.002110 [NextRelease] [@Git]