Created
April 29, 2010 01:03
-
-
Save xenoterracide/382978 to your computer and use it in GitHub Desktop.
Dist::Zilla config
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
; remove GatherDir from basic so we can specify it seperately | |
[@Filter] | |
bundle = @Basic | |
remove = GatherDir | |
; specify the where your ungenerated source lives | |
[GatherDir] | |
root = src | |
; specify where you want the generated source to live | |
[CopyTo] | |
dir = . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment