Skip to content

Instantly share code, notes, and snippets.

@jonasbn
Last active August 29, 2015 14:27
Show Gist options
  • Save jonasbn/dfd0afac7f2aebd7a758 to your computer and use it in GitHub Desktop.
Save jonasbn/dfd0afac7f2aebd7a758 to your computer and use it in GitHub Desktop.
Skeleton dist.ini for Dist::Zilla
name =
author = Jonas B. Nielsen <jonasbn@cpan.org>
license = Artistic_2_0
copyright_holder = Jonas B. Nielsen
[@Basic]
[VersionFromModule]
[GitHub::Meta]
issues = 1 ; enabling issues on github
[ExtraTests]
[Test::Perl::Critic]
critic_config = t/perlcriticrc
[PodCoverageTests]
[PodSyntaxTests]
[Test::Kwalitee]
[Test::Compile]
fail_on_warning = none
[Test::CPAN::Changes]
[ModuleBuild]
mb_version = 0.30
[MetaJSON]
; Ref: http://blogs.perl.org/users/ovid/2014/03/a-simple-distini-for-distzilla.html
[ ReadmeAnyFromPod / MarkdownInRoot ]
filename = README.mkdn
[MetaProvides::Package]
inherit_version = 0 ;optional flag
inherit_missing = 0 ;optional flag
meta_noindex = 1 ;optional flag
[Prereqs]
perl = 5.010
[Prereqs / TestRequires]
Test::More = 0.88
Test::Kwalitee = 1.21 ; from Dist::Zilla
Pod::Coverage::TrustPod = 0 ; from Dist::Zilla
Test::Pod = 1.41 ; from Dist::Zilla
Test::Pod::Coverage = 1.08 ; from Dist::Zilla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment