generate the README from pod
[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 [SurgicalPodWeaver]
23
24 [ReadmeAnyFromPod]
25 type = text
26
27 [MetaResources]
28 bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-UndefTolerant
29 bugtracker.mailto = bug-moosex-undeftolerant@rt.cpan.org
30 repository.url    = git://git.moose.perl.org/MooseX-UndefTolerant.git
31 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-UndefTolerant.git;a=summary
32 repository.type   = git
33
34 [AutoPrereqs]
35 skip = ^Foo|Bar|Baz
36
37 [PodSyntaxTests]
38 ;[PodCoverageTests]
39 [Test::Pod::LinkCheck]
40 [Test::Pod::No404s]
41 [NoTabsTests]
42 [EOLTests]
43 [Test::Compile]
44 [CheckPrereqsIndexed]
45 [Test::DistManifest]
46 [MetaTests]
47 [Test::CPAN::Changes]
48 [Test::Version]
49 [Test::ChangesHasContent]
50
51 [Test::CheckDeps]
52 :version = 0.004
53 fatal = 1
54
55 [Git::Remote::Check]
56 remote_branch = master
57
58 [Git::CheckFor::CorrectBranch]
59 :version = 0.004
60 release_branch = master
61 release_branch = stable
62
63 ;[Git::CheckFor::Fixups]
64
65 [Git::Check]
66 allow_dirty =
67
68 [NextRelease]
69 :version = 4.300018
70 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
71
72 [Git::Commit]
73 allow_dirty = Changes
74 commit_msg = %N-%v%t%n%n%c
75
76 [Git::Tag]
77 tag_format = v%v%t
78 tag_message = v%v%t
79
80 [Git::Push]
81
82 [InstallRelease]
83 install_command = cpanm .
84
85 [Clean]