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 85e1ed6

Browse files
authored
Hint for installing missing test-modules
Test::Pod and Test::Pod::Coverage are not mentioned as a dependency before executing the pod.t and pod-coverage.t
1 parent 98de3b3 commit 85e1ed6

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
@@ -2047,7 +2047,7 @@ Push recent changes into the online repository.
20472047
<a id="daysevenstep4"></a>
20482048
<h4>step 4) another kind of test: POD and POD coverage</h4>
20492049

2050-
In our <code>/t</code> folder we still have two tests we did not run: shame! <code>module-starter</code> created for us <code>pod.t</code> and <code>pod-coverage.t</code> The first one checks every POD in our distribution has no errors and the second ensures that all relevant files in your distribution are appropriately documented in POD documentation. Thanks for this. Run them:
2050+
In our <code>/t</code> folder we still have two tests we did not run: shame! <code>module-starter</code> created for us <code>pod.t</code> and <code>pod-coverage.t</code> The first one checks every POD in our distribution has no errors and the second ensures that all relevant files in your distribution are appropriately documented in POD documentation. Thanks for this. Run them (after installing the necessary modules <code>Test::Pod</code> and <code>Test::Pod::Coverage</code>):
20512051

20522052
<pre>
20532053
shell> prove -l -v ./t/pod.t

0 commit comments

Comments
(0)

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