Skip to content

Instantly share code, notes, and snippets.

@jonasbn
Created November 17, 2017 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonasbn/52c2c11728ff2c4121011d227c17e344 to your computer and use it in GitHub Desktop.
Save jonasbn/52c2c11728ff2c4121011d227c17e344 to your computer and use it in GitHub Desktop.
Dist::Zilla configuration to respect static LICENSE
; Dist::Zilla configuration to respect static LICENSE required by Github community recommendations
; https://github.com/jonasbn/perl-test-timer/community
; The complete file is available at:
; https://github.com/jonasbn/perl-test-timer/blob/master/dist.ini
; REF: Dist::Zilla https://metacpan.org/pod/Dist::Zilla
name = Test-Timer
author = Jonas B. Nielsen <jonasbn@cpan.org>
license = Artistic_2_0
copyright_holder = Jonas B. Nielsen
; REF: https://metacpan.org/pod/Dist::Zilla::PluginBundle::Filter
[@Filter]
-bundle = @Basic
-remove = GatherDir
; REF: https://metacpan.org/pod/Dist::Zilla::Plugin::GatherDir
[GatherDir]
; this plugin needs no config and gathers most of your files
exclude_filename = LICENSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment