File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ contains instructions that will help you work with the source code.
66The distribution is managed with [ Dist::Zilla] ( https://metacpan.org/pod/Dist::Zilla ) .
77This means that many of the usual files you might expect are not in the
88repository, 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
1111Generally, ** you do not need Dist::Zilla to contribute patches** . You may need
1212Dist::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
102102requiring Dist::Zilla, and the distribution can be installed directly from
103103Github or a local git repository using ` cpanm ` for testing (again, not
You can’t perform that action at this time.
0 commit comments