Skip to content

Commit 6c5e666

Browse files
authored
added day seven step 7 - looking toward quality
1 parent b70675d commit 6c5e666

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorial/tutorial-english.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@
168168
<li>
169169
<a href="#daysevenstep6">step 6) try a real CPAN client installation</a>
170170
</li>
171+
<li>
172+
<a href="#daysevenstep7">step 7) looking toward quality</a>
173+
</li>
171174
</ul>
172175

173176

@@ -2123,7 +2126,10 @@ A good glance of two dozens of commits! We have done a good job, even if with so
21232126
It's now time to see if our module can be installaed by a cpan client. Nothing easier: if you are in the distribution folder extracted from a tarball created by <code>make dist</code>, just run <code>cpan .</code> and enjoy the output (note that this command will modify the content of the directory!).
21242127

21252128

2129+
<a id="daysevenstep7"></a>
2130+
<h4>step 7) looking toward quality</h4>
21262131

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 <a href="https://metacpan.org/pod/Release::Checklist">Release::Checklist</a> being part of the official perl toolchain workgroup.
21272133

21282134

21292135
<a id="dayeight"></a>

0 commit comments

Comments
 (0)