use namespace::autoclean instead of namespace::clean
[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
6 [Git::NextVersion]
7 version_regexp = ^v([\d._]+)(-TRIAL)?$
8
9 [NextRelease]
10 format = %-6V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
11
12 [@Filter]
13 -bundle = @Basic
14 -remove = ConfirmRelease
15 -remove = ExtraTests
16
17 [InstallGuide]
18 [MetaJSON]
19
20 [MetaNoIndex]
21 directory = t
22 directory = xt
23 directory = examples
24
25 [MetaProvides::Package]
26 meta_noindex = 1
27
28 [MetaConfig]
29
30 [MetaResources]
31 bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-Types
32 bugtracker.mailto = bug-moosex-types@rt.cpan.org
33 repository.url    = git://git.moose.perl.org/MooseX-Types.git
34 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Types.git;a=summary
35 repository.type   = git
36
37 [SurgicalPodWeaver]
38
39 [ContributorsFromGit]
40
41 [PkgVersion]
42 [MinimumPerl]
43
44
45 [Test::Compile]
46 bail_out_on_fail = 1
47
48 [Test::CheckDeps]
49 :version = 0.005
50 fatal = 1
51
52 [NoTabsTests]
53 [EOLTests]
54 [MetaTests]
55 [Test::CPAN::Changes]
56 [Test::ChangesHasContent]
57 [Test::Version]
58
59 [Test::MinimumVersion]
60 :version = 2.000003
61 max_target_perl = 5.008003
62
63 [PodSyntaxTests]
64 ;[PodCoverageTests] ; we have our own custom one
65 [Test::Pod::No404s]
66 [Test::PodSpelling]
67 stopwords = API
68 stopwords = Florian
69 stopwords = Kitover
70 stopwords = MyStr
71 stopwords = Napiorkowski
72 stopwords = Pearcey
73 stopwords = Perlop
74 stopwords = PositiveInt
75 stopwords = Ragwitz
76 stopwords = Rolsky
77 stopwords = Sedlacek
78 stopwords = StrOrArrayRef
79 stopwords = TODO
80 stopwords = TypeAndSubExporter
81 stopwords = autarch
82 stopwords = caelum
83 stopwords = coercions
84 stopwords = documention
85 stopwords = gotchas
86 stopwords = hdp
87 stopwords = inline
88 stopwords = instantiation
89 stopwords = isa
90 stopwords = jnapiorkowski
91 stopwords = libs
92 stopwords = namespaces
93 stopwords = organise
94 stopwords = parameterize
95 stopwords = parameterized
96 stopwords = phaylon
97 stopwords = rafl
98 stopwords = subclasses
99 stopwords = subtype
100 stopwords = subtypes
101 stopwords = subtyping
102 stopwords = typeconstraint
103
104 [AutoPrereqs]
105
106 ; specific version requirements
107 [Prereqs / RuntimeRequires]
108 Carp::Clan       = 6.00
109 Moose            = 1.06
110 Scalar::Util     = 1.19
111 Sub::Install     = 0.924
112 namespace::autoclean = 0.08
113
114 [Prereqs / DevelopRequires]
115 Test::Pod::Coverage  = 1.04
116 Pod::Coverage::Moose = 0.02
117
118
119 ;;; Before Release
120 [Git::Check]
121
122 [Git::CheckFor::MergeConflicts]
123
124 [Git::CheckFor::CorrectBranch]
125 :version = 0.004
126 release_branch = master
127
128 [Git::Remote::Check]
129 remote_branch = master
130
131 [CheckPrereqsIndexed]
132 [RunExtraTests]
133
134
135 ;;; AfterRelease
136 [Git::Commit]
137 allow_dirty = Changes
138 commit_msg = %N-%v%t%n%n%c
139
140 [Git::Tag]
141 tag_format = v%v%t
142 tag_message = v%v%t
143
144 [Git::Push]
145
146 [InstallRelease]
147 install_command = cpanm .
148
149 ; listed late, to allow all other plugins which do BeforeRelease checks to run first.
150 [ConfirmRelease]