add basic unit tests for MigrationSchema
[dbsrgits/DBIx-Class-DeploymentHandler.git] / dist.ini
index 6294636..f9a5059 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.001005
+version          = 0.001006
 
 [NextRelease]
 [@Git]
@@ -38,3 +38,7 @@ DBD::SQLite                 = 0
 Carp                        = 0
 Carp::Clan                  = 0
 aliased                     = 0
+DBIx::Class::Schema::Loader = 0.07017
+
+[Prereqs / TestRequires]
+Test::Requires = 0