add git repo since dzil doesnt detect it right
Arthur Axel 'fREW' Schmidt [Fri, 28 May 2010 00:12:03 +0000 (19:12 -0500)]
Changes
dist.ini

diff --git a/Changes b/Changes
index 7cf53fb..5a316ee 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for {{$dist->name}}
 
 {{$NEXT}}
+       - Add missing dep
        - Better defaults and cascading for Logging
        - Die on SQL errors
 
index 94b14a8..01b2d15 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.001000_11
+version          = 0.001000_12
 
 [NextRelease]
 [@Git]
@@ -10,9 +10,13 @@ version          = 0.001000_11
 bundle = @Basic
 remove = MetaYAML
 
+[MetaResources]
+repository.url    = git://git.shadowcat.co.uk/dbsrgits/DBIx-Class-DeploymentHandler.git
+repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/DBIx-Class-DeploymentHandler.git
+repository.type   = git
+
 [MetaJSON]
 [PodWeaver]
-[Repository]
 [PkgVersion]
 [ReadmeFromPod]
 [PodCoverageTests]