9419a55b48b07b32b5b70b322629a6bbc84cd826
[gitmo/MooseX-UndefTolerant.git] / dist.ini
1 name    = MooseX-UndefTolerant
2 author  = Cory G Watson <gphat at cpan.org>
3 license = Perl_5
4 copyright_holder = Cory G Watson
5 copyright_year   = 2011
6
7 ; use V= to override; otherwise version is incremented from last tag
8 [Git::NextVersion]
9
10 [@Filter]
11 -bundle = @Basic
12 -remove = Readme
13
14 [InstallGuide]
15 [MetaConfig]
16 [MetaJSON]
17 [MetaProvides::Package]
18 [Git::Describe]
19 [PkgVersion]
20 [MinimumPerl]
21
22 [MetaResources]
23 bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-UndefTolerant
24 bugtracker.mailto = bug-moosex-undeftolerant@rt.cpan.org
25 repository.url    = git://git.moose.perl.org/MooseX-UndefTolerant.git
26 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-UndefTolerant.git;a=summary
27 repository.type   = git
28
29 [Prereqs / TestRequires]
30 Test::Fatal = 0
31 Test::More  = 0.002
32 Test::Moose = 0
33
34 [Prereqs / RuntimeRequires]
35 Moose = 0.89
36
37 [SurgicalPodWeaver]
38
39 [PodSyntaxTests]
40 ;[PodCoverageTests]
41 [Test::Pod::LinkCheck]
42 [Test::Pod::No404s]
43 [NoTabsTests]
44 [EOLTests]
45 [Test::Compile]
46 [CheckPrereqsIndexed]
47 [Test::DistManifest]
48 [MetaTests]
49 [Test::CPAN::Changes]
50 [Test::Version]
51 [Test::ChangesHasContent]
52
53 [Test::CheckDeps]
54 :version = 0.004
55 fatal = 1
56
57 [Git::Remote::Check]
58 remote_branch = master
59
60 [Git::CheckFor::CorrectBranch]
61 :version = 0.004
62 release_branch = master
63 release_branch = stable
64
65 [Git::CheckFor::Fixups]
66
67 [Git::Check]
68 allow_dirty =
69
70 [NextRelease]
71 :version = 4.300018
72 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
73
74 [Git::Commit]
75 allow_dirty = Changes
76 commit_msg = %N-%v%t%n%n%c
77
78 [Git::Tag]
79 tag_format = v%v%t
80 tag_message = v%v%t
81
82 [Git::Push]
83
84 [InstallRelease]
85 install_command = cpanm .
86
87 [Clean]