By default if Dist::Zilla finds no copyright year it will use the current year, since it doesn't seem to support multiple years or year ranges I find the current year to be most appropriate. However, whenever I run dzil new Module
it automatically inserts the copyright year into my dist.ini
. Is there a way to prevent Dist::Zilla from doing this?
prevent Dist::Zilla from inserting the copyright year?
181 Views Asked by xenoterracide At
1
Remove
[DistINI]
from your minting profile, and use a templatedist.ini
file with GatherDir::Template instead. That's much more flexible.As an example, here's my
skel/dist.ini
:And then my
profile.ini
includes: