move repository to http://github.com/moose/MooseX-Types
[gitmo/MooseX-Types.git] / dist.ini
index 84846d9..fa73cec 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -2,47 +2,38 @@ name    = MooseX-Types
 author  = Robert "phaylon" Sedlacek <rs@474.at>
 license = Perl_5
 copyright_holder = Robert "phaylon" Sedlacek
-
-version = 0.28
-
-[NextRelease]
-format = %-7v %{yyyy-MM-dd}d
-
-[@Basic]
-
-[InstallGuide]
-[MetaJSON]
-
-[MetaResources]
-bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-Types
-bugtracker.mailto = bug-moosex-types@rt.cpan.org
-repository.url    = git://git.moose.perl.org/MooseX-Types.git
-repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Types.git;a=summary
-repository.type   = git
+copyright_year = 2007
+
+[@Author::ETHER]
+:version = 0.020
+server = github
+-remove = PodWeaver         ; we are more surgical
+-remove = PodCoverageTests  ; we have our own custom one
+-remove = Test::UnusedVars  ; we like our $class!
+Authority.authority = cpan:PHAYLON
+Test::MinimumVersion.max_target_perl = 5.008003
+Test::PodSpelling.stopwords[0] = SUBTYPES
+Test::PodSpelling.stopwords[1] = coercions
+Test::PodSpelling.stopwords[2] = subtypes
+Test::PodSpelling.stopwords[3] = subtyping
+Test::PodSpelling.stopwords[4] = instantiation
+Test::PodSpelling.stopwords[5] = TODO
+Test::PodSpelling.stopwords[6] = Organise
+Test::PodSpelling.stopwords[7] = parameterized
+Test::PodSpelling.stopwords[8] = parameterize
+Test::PodSpelling.stopwords[9] = subtype
 
 [SurgicalPodWeaver]
 
-[PkgVersion]
-
-[PodSyntaxTests]
-;[NoTabsTests]
-;[Test::CPAN::Changes]
-
-[Prereqs / BuildRequires]
-FindBin        = 0
-Test::Fatal    = 0
-Test::Moose    = 0
-Test::More     = 0.88
-Test::Requires = 0
+[ContributorsFromGit]
 
-[Prereqs]
-Carp             = 0
+; specific version requirements
+[Prereqs / RuntimeRequires]
 Carp::Clan       = 6.00
 Moose            = 1.06
 Scalar::Util     = 1.19
-Sub::Install     = 0.924
-Sub::Name        = 0
-namespace::clean = 0.19
-perl             = v5.8.0
+namespace::autoclean = 0.08
 
-[@Git]
+[Prereqs / DevelopRequires]
+Test::Pod::Coverage  = 1.04
+Pod::Coverage::Moose = 0.02