Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1405f7f

Browse files
Fix English usage in tutorial 'the bag of tools'
1 parent 19e7fb8 commit 1405f7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎source/tutorial-english.html‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,19 +241,19 @@ <h4>foreword</h4>
241241
<a id="thebagoftools"></a>
242242
<h4>the bag of tools</h4>
243243

244-
As for every duty, check your equipment before starting. You probably already have perl, a shell (or something less fortunate if you are on windows, like me ;) and a favourite text editor or IDE.
244+
As for every job, check your equipment before starting. You probably already have perl, a shell (or something less fortunate if you are on windows, like me ;) and a favourite text editor or IDE.
245245

246-
But here in this tutorial we'll use <code>git</code> in the command line and <a href="https://github.com">github</a> to store our work in a central point (very handy feature). So get a <code>github</code> account and a <code>git</code> client.
246+
But here in this tutorial we'll use <code>git</code> on the command line and <a href="https://github.com">github</a> to store our work in a central repository (very handy feature). So get a <code>github</code> account and a <code>git</code> client.
247247

248-
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.
248+
This tutorial will focus on the importance (I'd say preeminence or even predominance) of testing while developing a perl module. I wrote lonely scripts for years until I realized that even if my script seemed robust, I have no way to test them in a simple and reliable way.
249249

250-
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.
250+
So we will use the core module <a href="http://perldoc.perl.org/Test/More.html">Test::More</a> and the CPAN <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 at <a href="http://perldoc.perl.org/Test/Simple.html">Test::Simple</a> if you are not used to testing.
251251

252-
We also use the core module <a href="http://perldoc.perl.org/Carp.html">Carp</a> to report errors from user point of view.
252+
We also use the core module <a href="http://perldoc.perl.org/Carp.html">Carp</a> to report errors from the user's point of view.
253253

254254
We use <a href="https://metacpan.org/pod/Module::Starter">Module::Starter</a> to have the skeleton of our module done for us, but, as always there are valid alternatives. Install it.
255255

256-
We'll document our module using POD (Plain Old Documentation) see <a href="https://perldoc.perl.org/perlpod.html">perlpod</a> for reference.
256+
We'll document our module using POD (Plain Old Documentation) see <a href="https://perldoc.perl.org/perlpod.html">perlpod</a> for a reference.
257257

258258

259259

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /