move repository to http://github.com/moose/MooseX-Types
[gitmo/MooseX-Types.git] / dist.ini
1 name    = MooseX-Types
2 author  = Robert "phaylon" Sedlacek <rs@474.at>
3 license = Perl_5
4 copyright_holder = Robert "phaylon" Sedlacek
5 copyright_year = 2007
6
7 [@Author::ETHER]
8 :version = 0.020
9 server = github
10 -remove = PodWeaver         ; we are more surgical
11 -remove = PodCoverageTests  ; we have our own custom one
12 -remove = Test::UnusedVars  ; we like our $class!
13 Authority.authority = cpan:PHAYLON
14 Test::MinimumVersion.max_target_perl = 5.008003
15 Test::PodSpelling.stopwords[0] = SUBTYPES
16 Test::PodSpelling.stopwords[1] = coercions
17 Test::PodSpelling.stopwords[2] = subtypes
18 Test::PodSpelling.stopwords[3] = subtyping
19 Test::PodSpelling.stopwords[4] = instantiation
20 Test::PodSpelling.stopwords[5] = TODO
21 Test::PodSpelling.stopwords[6] = Organise
22 Test::PodSpelling.stopwords[7] = parameterized
23 Test::PodSpelling.stopwords[8] = parameterize
24 Test::PodSpelling.stopwords[9] = subtype
25
26 [SurgicalPodWeaver]
27
28 [ContributorsFromGit]
29
30 ; specific version requirements
31 [Prereqs / RuntimeRequires]
32 Carp::Clan       = 6.00
33 Moose            = 1.06
34 Scalar::Util     = 1.19
35 namespace::autoclean = 0.08
36
37 [Prereqs / DevelopRequires]
38 Test::Pod::Coverage  = 1.04
39 Pod::Coverage::Moose = 0.02