Closed alexm closed 7 years ago
@cuberat The comments on top of the modules mention the Artistic license only, but Perl license everywhere else (in POD and LICENSE file).
We need your express consent to remove the comments from the top, those that mention only Artistic. I guess that any positive comment in this thread or an accepted review would be enough.
Thanks a lot! Alex
Reiterating what I said on IRC:
there's a lot more you can do with dist zilla and pod weaver. I only made it do what you asked. For example, you can remove the README and use ReadmeFromPod. I also use PkgVersion to enter the version number on the package. In weaver.ini you can also have it automatically enter the name, abstract, version sections, as well as add some checks for encoding issues see https://github.com/carandraug/pod-weaver-section-generatesection for my usual setup
@alexm Agreed, please remove the comments about the Artistic license (or change to Perl to match everything else).
Thanks!
Kudos to @carandraug!