Skip to content

Commit 951e870

Browse files
authored
Update tutorial-english.md
1 parent 1d66a0e commit 951e870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/tutorial-english.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ But here in this tutorial we'll use <code>git</code> in the command line and <a
244244

245245
This tutorial will focus on the importance (I'd say preminence or even predominance) of testing while developing a perl module. I wrote lonely scripts for years then I realized that even if my script seemed robust, I have no way to test them in a simple and reliable way.
246246

247-
So we will use the core module <a href="http://perldoc.perl.org/Test/More.html">Test::More</a> and the CPAN one Test::Exception in our module so get it installed using your <code>cpan</code> or <code>cpanm</code> client. Take a look to <a href="http://perldoc.perl.org/Test/Simple.html">Test::Simple</a> if you are not used to test.
247+
So we will use the core module <a href="http://perldoc.perl.org/Test/More.html">Test::More</a> and the CPAN one <a href="https://metacpan.org/pod/Test::Exception">Test::Exception</a> in our module so get it installed using your <code>cpan</code> or <code>cpanm</code> client. Take a look to <a href="http://perldoc.perl.org/Test/Simple.html">Test::Simple</a> if you are not used to test.
248248

249249
We also use the core module <a href="http://perldoc.perl.org/Carp.html">Carp</a> to report errors from user point of view.
250250

0 commit comments

Comments
 (0)