v0.002110 v0.002110
Arthur Axel 'fREW' Schmidt [Thu, 15 Mar 2012 02:23:34 +0000 (21:23 -0500)]
       - 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)

Changes
dist.ini

diff --git a/Changes b/Changes
index c9331f4..b1f1cdd 100644 (file)
--- 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)
index 3e42530..96080a9 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -2,7 +2,7 @@ name             = DBIx-Class-DeploymentHandler
 author           = Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>
 license          = Perl_5
 copyright_holder = Arthur Axel "fREW" Schmidt
-version          = 0.002100
+version          = 0.002110
 
 [NextRelease]
 [@Git]