more tests
[gitmo/MooseX-Daemonize.git] / dist.ini
1 name        = MooseX-Daemonize
2 author      = Chris Prather <chris@prather.org>
3 copyright_holder = Chris Prather
4 license     = Perl_5
5
6 [@Filter]
7 -bundle = @Basic
8 -remove = ConfirmRelease
9
10 [Git::NextVersion]
11
12 [Authority]
13 authority = cpan:PERIGRIN
14
15 [Prereqs / RuntimeRequires]
16 Moose                      = 0.33
17 MooseX::Getopt             = 0.07
18 MooseX::Types::Path::Class = 0
19 File::Path                 = 2.08
20 Sub::Exporter              = 0
21
22 [Prereqs / TestRequires]
23 Test::More  = 0.88
24 Test::Fatal = 0
25 Test::Moose = 0
26
27 [MetaNoIndex]
28 directory = t
29 directory = examples
30
31 [MetaResources]
32 bugtracker.web    = https://rt.cpan.org/Dist/Display.html?Name=MooseX-Daemonize
33 bugtracker.mailto = bug-MooseX-Daemonize@rt.cpan.org
34 ; r/w: gitmo@git.moose.perl.org:MooseX-Daemonize.git
35 repository.url    = git://git.moose.perl.org/MooseX-Daemonize.git
36 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Daemonize.git;a=summary
37 repository.type   = git
38
39 [MetaJSON]
40 [MetaConfig]
41 [ContributorsFromGit]
42
43 [PkgVersion]
44
45 [Test::Compile]
46 bail_out_on_fail = 1
47
48 [Test::CheckDeps]
49 fatal = 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
65 max_target_perl = 5.008008
66
67 [NextRelease]
68 :version = 4.300018
69 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d
70
71 [Git::Check]
72 :version = 1.122460
73 allow_dirty =
74
75 [Git::Commit]
76 allow_dirty = Changes
77 commit_msg = %N-%v%t%n%n%c
78
79 [Git::Tag]
80 tag_format = v%v%t
81 tag_message = v%v%t
82
83 [Git::Push]
84
85 ; must be after MakeMaker plugin
86 [AssertOS]
87 os = -MSWin32
88
89 ; this is last so we perform all pre-release checks first
90 [ConfirmRelease]