From: Arthur Axel 'fREW' Schmidt <frioux@gmail.com>
Date: Tue, 18 May 2010 05:08:14 +0000 (-0500)
Subject: v0.001000_10
X-Git-Tag: v0.001000_10^0
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=540fa928900adb026b5725d6eaf9f20abce97c3b;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git

v0.001000_10

       - upgrade_directory is wrong and vague, instead we use script_directory
       - stricter validation (no undef) on versions to prevent weird surprises
       - change method args to named args
       - document method args
       - preconnect should not connect to the database
---

diff --git a/Changes b/Changes
index d1bbc0f..cd094cb 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for {{$dist->name}}
 
 {{$NEXT}}
+
+0.001000_10 2010-05-18 00:07:31 CST6CDT
        - upgrade_directory is wrong and vague, instead we use script_directory
        - stricter validation (no undef) on versions to prevent weird surprises
        - change method args to named args
diff --git a/dist.ini b/dist.ini
index f0a5bcb..7292efd 100644
--- 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.001000_09
+version          = 0.001000_10
 
 [NextRelease]
 [@Git]