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