Created
November 17, 2017 20:34
-
-
Save jonasbn/52c2c11728ff2c4121011d227c17e344 to your computer and use it in GitHub Desktop.
Dist::Zilla configuration to respect static LICENSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 <[email protected]> | |
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