put strictures before package statement
[gitmo/MooseX-Daemonize.git] / dist.ini
CommitLineData
e8b1dfe0 1name = MooseX-Daemonize
2author = Chris Prather <chris@prather.org>
3copyright_holder = Chris Prather
4license = Perl_5
16bd43a6 5
dd9084fe 6[@Filter]
7-bundle = @Basic
8-remove = ConfirmRelease
9
16bd43a6 10[Git::NextVersion]
e8b1dfe0 11
12[Authority]
13authority = cpan:PERIGRIN
14
15[Prereqs / RuntimeRequires]
16Moose = 0.33
17MooseX::Getopt = 0.07
18MooseX::Types::Path::Class = 0
19File::Path = 2.08
ee89e36f 20Sub::Exporter = 0
e8b1dfe0 21
22[Prereqs / TestRequires]
23Test::More = 0.88
24Test::Fatal = 0
25Test::Moose = 0
26
27[MetaNoIndex]
28directory = t
29directory = examples
30
31[MetaResources]
32bugtracker.web = https://rt.cpan.org/Dist/Display.html?Name=MooseX-Daemonize
33bugtracker.mailto = bug-MooseX-Daemonize@rt.cpan.org
34; r/w: gitmo@git.moose.perl.org:MooseX-Daemonize.git
35repository.url = git://git.moose.perl.org/MooseX-Daemonize.git
36repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Daemonize.git;a=summary
37repository.type = git
38
1be13b6c 39[MetaJSON]
40[MetaConfig]
41[ContributorsFromGit]
42
e8b1dfe0 43[PkgVersion]
44
dd9084fe 45[Test::Compile]
46bail_out_on_fail = 1
47
48[Test::CheckDeps]
49fatal = 1
50
51[NoTabsTests]
52[EOLTests]
53[MetaTests]
54[Test::CPAN::Changes]
55[Test::ChangesHasContent]
56[Test::Version]
57;[Test::UnusedVars]
58
59[PodSyntaxTests]
60[PodCoverageTests]
61;[Test::PodSpelling] ; too many failures; I can't be bothered to add stopwords for them all right now
62
63[Test::MinimumVersion]
64:version = 2.000003
65max_target_perl = 5.008008
66
16bd43a6 67[NextRelease]
68:version = 4.300018
69format = %-8V %{yyyy-MM-dd HH:mm:ss ZZZZ}d
70
71[Git::Check]
72:version = 1.122460
73allow_dirty =
74
75[Git::Commit]
76allow_dirty = Changes
77commit_msg = %N-%v%t%n%n%c
78
79[Git::Tag]
80tag_format = v%v%t
81tag_message = v%v%t
82
83[Git::Push]
84
da03f0fe 85; must be after MakeMaker plugin
86[AssertOS]
87os = -MSWin32
dd9084fe 88
89; this is last so we perform all pre-release checks first
90[ConfirmRelease]