From: Arthur Axel 'fREW' Schmidt <frioux@gmail.com>
Date: Sun, 19 Feb 2012 16:14:06 +0000 (-0600)
Subject: v0.001008
X-Git-Tag: v0.001008^0
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc262742363e497a67942488196484aae71f2d53;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git

v0.001008

       - Added dep on parent, bump dep on DBD::SQLite to avoid silly failures
---

diff --git a/Changes b/Changes
index 507aab5..fb2d744 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for {{$dist->name}}
 
 {{$NEXT}}
 
+0.001008  2012-02-19 10:12:34 CST6CDT
+       - Added dep on parent, bump dep on DBD::SQLite to avoid silly failures
+
 0.001007  2012-02-16 08:58:30 CST6CDT
        - removed the rest of the references to Method::Signatures::Simple
 
diff --git a/dist.ini b/dist.ini
index 78a28bc..4e72e69 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.001007
+version          = 0.001008
 
 [NextRelease]
 [@Git]
@@ -22,6 +22,7 @@ repository.type   = git
 [PodSyntaxTests]
 
 [Prereqs]
+parent                      = 0.225
 autodie                     = 0
 namespace::autoclean        = 0
 Log::Contextual             = 0.00300
@@ -34,7 +35,7 @@ Try::Tiny                   = 0
 SQL::Translator             = 0.11005
 Test::More                  = 0.88
 Test::Exception             = 0
-DBD::SQLite                 = 0
+DBD::SQLite                 = 1.35
 Carp                        = 0
 Carp::Clan                  = 0
 aliased                     = 0