Codebase list libhttp-message-perl / 45d4db1
Update contributing information Small correction to wording in CONTRIBUTING.md. Håkon Hægland authored 2 years ago Olaf Alders committed 2 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
55 The distribution is managed with [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla).
66 This means that many of the usual files you might expect are not in the
77 repository, but are generated at release time. Some generated files are kept
8 in the repository as a convenience (e.g. Build.PL/Makefile.PL and META.json).
8 in the repository as a convenience (Makefile.PL, META.json, and cpanfile).
99
1010 Generally, **you do not need Dist::Zilla to contribute patches**. You may need
1111 Dist::Zilla to create a tarball. See below for guidance.
9595
9696 ## Other notes
9797
98 This distribution maintains the generated `META.json` and either `Makefile.PL`
99 or `Build.PL` in the repository. This allows two things:
98 This distribution maintains the generated `META.json` and `Makefile.PL`
99 in the repository. This allows two things:
100100 [Travis CI](https://travis-ci.org/) can build and test the distribution without
101101 requiring Dist::Zilla, and the distribution can be installed directly from
102102 Github or a local git repository using `cpanm` for testing (again, not