1name    = Games-Bingo
2author  = Jonas B. Nielsen <jonasbn@cpan.org>
3license = Artistic_2_0
4copyright_holder = Jonas B. Nielsen
5
6[@Basic]
7
8[VersionFromModule]
9
10[GitHub::Meta]
11issues = 1 ; enabling issues on github
12
13[ExtraTests]
14
15[Test::Perl::Critic]
16critic_config = t/perlcriticrc
17
18[PodCoverageTests]
19
20[PodSyntaxTests]
21
22[Test::Kwalitee]
23
24[Test::Compile]
25fail_on_warning = none
26
27[Test::CPAN::Changes]
28
29[ModuleBuild]
30mb_version = 0.30
31
32[MetaJSON]
33
34; Ref: http://blogs.perl.org/users/ovid/2014/03/a-simple-distini-for-distzilla.html
35[ ReadmeAnyFromPod / MarkdownInRoot ]
36filename = README.mkdn
37
38[MetaProvides::Package]
39inherit_version = 0    ;optional flag
40inherit_missing = 0    ;optional flag
41meta_noindex    = 1    ;optional flag
42
43[Prereqs]
44UNIVERSAL = 0 ; core
45Carp      = 0 ; core
46perl      = 5.006 ; 5.6.0
47POSIX     = 0 ; core
48
49[Prereqs / TestRequires]
50Test::More               = 0.88
51Test::Kwalitee           = 1.21 ; from Dist::Zilla
52Pod::Coverage::TrustPod  = 0    ; from Dist::Zilla
53Test::Pod                = 1.41 ; from Dist::Zilla
54Test::Pod::Coverage      = 1.08 ; from Dist::Zilla
55