Skip to content

Commit 3a1611d

Browse files
authored
Update tutorial-english.html
1 parent 36a34f2 commit 3a1611d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial-english.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ <h4>step 3) add dependencies in Makefile.PL</h4>
895895

896896
Even if <code>Carp</code> it's a core module is a good practice to include it into <code>PREREQ_PM</code>
897897

898-
Read a very good post by <a href="https://www.perlmonks.org/?node_id=281137">davido</a> about dependencies <a href="https://www.perlmonks.org/?node_id=946044">Re: How to specify tests dependencies with Makefile.PL?</a>
898+
Read a very good post about dependencies <a href="https://www.perlmonks.org/?node_id=946044">Re: How to specify tests dependencies with Makefile.PL?</a>
899899

900900
Cleaning example lines and given all the above, we will modify <code>Makefile.PL</code> as follow:
901901

@@ -2335,7 +2335,7 @@ <h4>further readings about testing</h4>
23352335
<h2>acknowledgements</h2>
23362336

23372337
As all my works the present tutorial would be not possible without the help of the perlmonks.org community.
2338-
Not being an exhaustive list I want to thanks: Corion, choroba, Tux, 1nickt, marto, hippo, haukex, Eily, eyepopslikeamosquito and kschwab (to be updated ;)
2338+
Not being an exhaustive list I want to thanks: Corion, choroba, Tux, 1nickt, marto, hippo, haukex, Eily, eyepopslikeamosquito, davido and kschwab (to be updated ;)
23392339

23402340
</body>
23412341
</html>

0 commit comments

Comments
 (0)