de52cb4ebc9d73acee80fa9acea9f68f01057ac9
[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 [PkgVersion]
40 [MinimumPerl]
41
42
43 [Test::Compile]
44 bail_out_on_fail = 1
45
46 [Test::CheckDeps]
47 :version = 0.005
48 fatal = 1
49
50 [NoTabsTests]
51 [EOLTests]
52 [MetaTests]
53 [Test::ChangesHasContent]
54 [Test::Version]
55
56 [Test::MinimumVersion]
57 :version = 2.000003
58 max_target_perl = 5.008003
59
60 [PodSyntaxTests]
61 ;[PodCoverageTests] ; we have our own custom one
62 [Test::Pod::No404s]
63 [Test::PodSpelling]
64 stopwords = API
65 stopwords = Florian
66 stopwords = Kitover
67 stopwords = MyStr
68 stopwords = Napiorkowski
69 stopwords = Pearcey
70 stopwords = Perlop
71 stopwords = PositiveInt
72 stopwords = Ragwitz
73 stopwords = Rolsky
74 stopwords = Sedlacek
75 stopwords = StrOrArrayRef
76 stopwords = TODO
77 stopwords = TypeAndSubExporter
78 stopwords = autarch
79 stopwords = caelum
80 stopwords = coercions
81 stopwords = documention
82 stopwords = gotchas
83 stopwords = hdp
84 stopwords = inline
85 stopwords = instantiation
86 stopwords = isa
87 stopwords = jnapiorkowski
88 stopwords = libs
89 stopwords = namespaces
90 stopwords = organise
91 stopwords = parameterize
92 stopwords = parameterized
93 stopwords = phaylon
94 stopwords = rafl
95 stopwords = subclasses
96 stopwords = subtype
97 stopwords = subtypes
98 stopwords = subtyping
99 stopwords = typeconstraint
100
101
102 [Prereqs / BuildRequires]
103 FindBin        = 0
104 Test::Fatal    = 0
105 Test::Moose    = 0
106 Test::More     = 0.88
107 Test::Requires = 0
108
109 [Prereqs]
110 Carp             = 0
111 Carp::Clan       = 6.00
112 Moose            = 1.06
113 Scalar::Util     = 1.19
114 Sub::Install     = 0.924
115 Sub::Name        = 0
116 namespace::clean = 0.19
117 perl             = v5.8.0
118
119
120 ;;; Before Release
121 [Git::Check]
122
123 [Git::CheckFor::MergeConflicts]
124
125 [Git::CheckFor::CorrectBranch]
126 :version = 0.004
127 release_branch = master
128
129 [Git::Remote::Check]
130 remote_branch = master
131
132 [CheckPrereqsIndexed]
133 [RunExtraTests]
134
135
136 ;;; Releaser
137 [UploadToCPAN]
138
139
140 ;;; AfterRelease
141 [Git::Commit]
142 allow_dirty = Changes
143 commit_msg = %N-%v%t%n%n%c
144
145 [Git::Tag]
146 tag_format = v%v%t
147 tag_message = v%v%t
148
149 [Git::Push]
150
151 [InstallRelease]
152 install_command = cpanm .
153
154 ; listed late, to allow all other plugins which do BeforeRelease checks to run first.
155 [ConfirmRelease]