Add changes for next release
[gitmo/MooseX-StrictConstructor.git] / dist.ini
index 52f0d3e..881f048 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,41 +1,42 @@
-
 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]
-
-[ExecDir]
+author  = Dave Rolsky <autarch@urth.org>
+license = Artistic_2_0
+copyright_holder = Dave Rolsky
 
+version = 0.16
 
-[ExtraTests]
-[ShareDir]
+[NextRelease]
+format = %-8v %{yyyy-MM-dd}d
 
-[ModuleBuild]
+[@Basic]
 
-[Manifest]
-[TestRelease]
-[ConfirmRelease]
-[UploadToCPAN]
+[InstallGuide]
+[MetaJSON]
 
 [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
+
+[PodWeaver]
 
+[PkgVersion]
 
-[Prereq / ConfigureRequires]
-Module::Build = 0.36
+[PodCoverageTests]
+[PodSyntaxTests]
+[NoTabsTests]
+[EOLTests]
 
-[Prereq / BuildRequires]
-Test::More = 0.88
+[CheckChangeLog]
 
-[Prereq]
+[Prereqs]
 Moose = 0.94
+namespace::autoclean = 0
+
+[Prereqs / TestRequires]
+Test::Fatal = 0
+Test::More  = 0.88
 
+[@Git]