From: Dave Rolsky <autarch@urth.org>
Date: Thu, 9 Sep 2010 15:37:55 +0000 (-0500)
Subject: Bump version - fix repo type - fix bugtracker web
X-Git-Tag: v0.11~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=adc67defdc051e0ceafd6415658a8f9bc3ec8a21;p=gitmo%2FMooseX-StrictConstructor.git

Bump version - fix repo type - fix bugtracker web
---

diff --git a/dist.ini b/dist.ini
index 3c42b9f..24ae981 100644
--- a/dist.ini
+++ b/dist.ini
@@ -2,7 +2,7 @@ name = MooseX-StrictConstructor
 author  = Dave Rolsky <autarch@urth.org>
 copyright_year = 2010
 
-version = 0.10
+version = 0.11
 
 [@Basic]
 
@@ -10,11 +10,11 @@ version = 0.10
 [MetaJSON]
 
 [MetaResources]
-bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist={{MooseX-StrictConstructor}}
+bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-StrictConstructor
 bugtracker.mailto = bug-moosex-strictconstructor@rt.cpan.org
 repository.url    = git://git.moose.perl.org/MooseX-StrictConstructor.git
 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-StrictConstructor.git;a=summary
-repository.type   = hg
+repository.type   = git
 
 [PodWeaver]