Skip to content

Commit 45d4db1

Browse files
hakonhaglandoalders
authored andcommitted
Update contributing information
Small correction to wording in CONTRIBUTING.md.
1 parent 86097b1 commit 45d4db1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contains instructions that will help you work with the source code.
66
The distribution is managed with [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla).
77
This means that many of the usual files you might expect are not in the
88
repository, but are generated at release time. Some generated files are kept
9-
in the repository as a convenience (e.g. Build.PL/Makefile.PL and META.json).
9+
in the repository as a convenience (Makefile.PL, META.json, and cpanfile).
1010

1111
Generally, **you do not need Dist::Zilla to contribute patches**. You may need
1212
Dist::Zilla to create a tarball. See below for guidance.
@@ -96,8 +96,8 @@ You can learn more about Dist::Zilla at http://dzil.org/
9696

9797
## Other notes
9898

99-
This distribution maintains the generated `META.json` and either `Makefile.PL`
100-
or `Build.PL` in the repository. This allows two things:
99+
This distribution maintains the generated `META.json` and `Makefile.PL`
100+
in the repository. This allows two things:
101101
[Travis CI](https://travis-ci.org/) can build and test the distribution without
102102
requiring Dist::Zilla, and the distribution can be installed directly from
103103
Github or a local git repository using `cpanm` for testing (again, not

0 commit comments

Comments
 (0)