add missing prereq
[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 version     = 0.17
6
7 [Authority]
8 authority = cpan:PERIGRIN
9
10 [Prereqs / RuntimeRequires]
11 Moose                      = 0.33
12 MooseX::Getopt             = 0.07
13 MooseX::Types::Path::Class = 0
14 File::Path                 = 2.08
15 Sub::Exporter              = 0
16
17 [Prereqs / TestRequires]
18 Test::More  = 0.88
19 Test::Fatal = 0
20 Test::Moose = 0
21
22 [MetaNoIndex]
23 directory = t
24 directory = examples
25
26 [MetaResources]
27 bugtracker.web    = https://rt.cpan.org/Dist/Display.html?Name=MooseX-Daemonize
28 bugtracker.mailto = bug-MooseX-Daemonize@rt.cpan.org
29 ; r/w: gitmo@git.moose.perl.org:MooseX-Daemonize.git
30 repository.url    = git://git.moose.perl.org/MooseX-Daemonize.git
31 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Daemonize.git;a=summary
32 repository.type   = git
33
34 [MetaJSON]
35 [MetaConfig]
36 [ContributorsFromGit]
37
38 [PkgVersion]
39
40 ; this is last so ConfirmRelease loads last
41 [@Basic]
42
43 ; must be after MakeMaker plugin
44 [AssertOS]
45 os = -MSWin32
46