update to work with new moose
[gitmo/MooseX-StrictConstructor.git] / dist.ini
index 52f0d3e..69d4810 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,41 +1,38 @@
-
 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]
-
-;[Readme]
+author  = Dave Rolsky <autarch@urth.org>
+copyright_year = 2010
 
-[ExecDir]
+version = 0.12
 
+[@Basic]
 
-[ExtraTests]
-[ShareDir]
+[InstallGuide]
+[MetaJSON]
 
-[ModuleBuild]
+[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   = git
 
-[Manifest]
-[TestRelease]
-[ConfirmRelease]
-[UploadToCPAN]
+[PodWeaver]
 
-[MetaResources]
+[PkgVersion]
 
+[KwaliteeTests]
+[PodTests]
+[NoTabsTests]
+[EOLTests]
+[Signature]
 
-[Prereq / ConfigureRequires]
-Module::Build = 0.36
+[CheckChangeLog]
 
-[Prereq / BuildRequires]
-Test::More = 0.88
+[Prereqs]
+Moose = 1.9900
 
-[Prereq]
-Moose = 0.94
+[Prereqs / TestRequires]
+Test::Fatal = 0
+Test::More  = 0.88
 
+[@Git]