Bump version
Dave Rolsky [Wed, 14 Jul 2010 18:53:57 +0000 (13:53 -0500)]
dist.ini

index 52f0d3e..4fbfa54 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,41 +1,37 @@
-
 name = MooseX-StrictConstructor
-version = 0.08
-author = Dave Rolsky, C<< <autarch@urth.org> >>
-license = Perl_5
-copyright_holder = Dave Rolsky, C>>
-
-[GatherDir]
-[PruneCruft]
-[ManifestSkip]
-[MetaYAML]
-[MetaJSON]
-[License]
+author  = Dave Rolsky <autarch@urth.org>
+copyright_year = 2010
 
-;[Readme]
+version = 0.09
 
-[ExecDir]
+[@Basic]
 
+[InstallGuide]
+[MetaJSON]
 
-[ExtraTests]
-[ShareDir]
+[MetaResources]
+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
 
-[ModuleBuild]
+[PodWeaver]
 
-[Manifest]
-[TestRelease]
-[ConfirmRelease]
-[UploadToCPAN]
+[PkgVersion]
 
-[MetaResources]
+[KwaliteeTests]
+[PodTests]
+[NoTabsTests]
+[EOLTests]
+[Signature]
 
+[CheckChangeLog]
 
-[Prereq / ConfigureRequires]
-Module::Build = 0.36
+[Prereqs]
+Moose = 0.94
 
-[Prereq / BuildRequires]
+[Prereqs / TestRequires]
 Test::More = 0.88
 
-[Prereq]
-Moose = 0.94
-
+[@Git]