convert to dist.ini
[gitmo/MooseX-ConfigFromFile.git] / dist.ini
CommitLineData
0d6fca1b 1name = MooseX-ConfigFromFile
2author = Brandon L. Black, <blblack@gmail.com>
3abstract = An abstract Moose role for setting attributes from a configfile
4copyright_holder = Brandon L. Black
5license = Perl_5
6
7[MetaResources]
8bugtracker.web = https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-ConfigFromFile
9bugtracker.mailto = bug-MooseX-ConfigFromFile@rt.cpan.org
10; r/w: gitmo@git.moose.perl.org:MooseX-ConfigFromFile.git
11repository.url = git://git.moose.perl.org/MooseX-ConfigFromFile.git
12repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-ConfigFromFile.git;a=summary
13repository.type = git
14
15[Git::GatherDir]
16
17[@Filter]
18-bundle = @Basic
19-remove = GatherDir
20
21; use V= to override; otherwise version is incremented from last tag
22[Git::NextVersion]
23version_regexp = ^v([\d._]+)(-TRIAL)?$
24
25[AutoPrereqs]
26
27[InstallGuide]
28[MetaConfig]
29[MetaProvides::Package]
30[MetaJSON]
31[Git::Describe]
32[PkgVersion]
33[MinimumPerl]
34
35[ReadmeAnyFromPod]
36type = markdown
37filename = README.md
38location = root
39
40[NoTabsTests]
41[EOLTests]
42[PodSyntaxTests]
43[PodCoverageTests]
44;[Test::Pod::LinkCheck] many outstanding bugs
45[Test::Pod::No404s]
46[Test::PodSpelling]
47
48[Test::Compile]
49bail_out_on_fail = 1
50
51[Test::MinimumVersion]
52[MetaTests]
53[Test::CPAN::Changes]
54[Test::Version]
55;[Test::UnusedVars] ; broken in 5.16.0!
56[Test::ChangesHasContent]
57
58[Test::CheckDeps]
59:version = 0.005
60fatal = 1
61
62[CheckPrereqsIndexed]
63
64[Git::Remote::Check]
65remote_branch = master
66
67[Git::CheckFor::CorrectBranch]
68:version = 0.004
69release_branch = master
70release_branch = stable
71
72[Git::Check]
73allow_dirty = README.md
74
75[NextRelease]
76:version = 4.300018
77format = %-8V %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
78
79[Git::Commit]
80allow_dirty = Changes
81allow_dirty = README.md
82commit_msg = %N-%v%t%n%n%c
83
84[Git::Tag]
85tag_format = v%v%t
86tag_message = v%v%t
87
88[Git::Push]
89
90[InstallRelease]
91install_command = cpanm .
92
93[Clean]