You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial/tutorial-english.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2130,6 +2130,8 @@ It's now time to see if our module can be installaed by a cpan client. Nothing e
2130
2130
<h4>step 7) looking toward quality</h4>
2131
2131
2132
2132
Until now we discussed the very minimum you have to do to be polite with other people, making your module. There is much more you can do to have a quality distribution. Look at wonderful checklist proposed by <ahref="https://metacpan.org/pod/Release::Checklist">Release::Checklist</a> being part of the official perl toolchain workgroup.
2133
+
Just an example: install <ahref="https://metacpan.org/pod/Module::CPANTS::Analyse">Module::CPANTS::Analyse</a> and its frontend <ahref="https://metacpan.org/pod/App::CPANTS::Lint">App::CPANTS::Lint</a> to check the overall quality, well Kwalitee, of your distribution.
0 commit comments