add some metadata
[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
16 [Prereqs / TestRequires]
17 Test::More  = 0.88
18 Test::Fatal = 0
19 Test::Moose = 0
20
21 [MetaNoIndex]
22 directory = t
23 directory = examples
24
25 [MetaResources]
26 bugtracker.web    = https://rt.cpan.org/Dist/Display.html?Name=MooseX-Daemonize
27 bugtracker.mailto = bug-MooseX-Daemonize@rt.cpan.org
28 ; r/w: gitmo@git.moose.perl.org:MooseX-Daemonize.git
29 repository.url    = git://git.moose.perl.org/MooseX-Daemonize.git
30 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Daemonize.git;a=summary
31 repository.type   = git
32
33 [MetaJSON]
34 [MetaConfig]
35 [ContributorsFromGit]
36
37 [PkgVersion]
38
39 ; this is last so ConfirmRelease loads last
40 [@Basic]
41
42 ; must be after MakeMaker plugin
43 [AssertOS]
44 os = -MSWin32
45