Skip to content

Commit 9931a16

Browse files
authored
Update tutorial-english.html
1 parent b5ee139 commit 9931a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial-english.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ <h4>step 3) another kind of test: MANIFEST</h4>
20012001
</pre>
20022002
By far better: the test points us to two files we for sure need to include in <code>MANIFEST</code> and precisely: <code>MANIFEST.SKIP</code> and <code>t/01-validate.t</code>
20032003

2004-
Use the <code>make manifest</code> command to add them automatically, then commit the change. If you rerun the above test you'll see files added to <code>MANIFEST</code> are no more present in the failure output.
2004+
Use the <code>make manifest</code> command to add them automatically (after running <code>perl Makefile.PL</code> if necessary), then commit the change. If you rerun the above test you'll see files added to <code>MANIFEST</code> are no more present in the failure output.
20052005

20062006
Let's examine the remaining two files. What is <code>ignore.txt</code>? It was created as default ignore list by <code>module-starter</code> and it contains many lines of regexes. If we want <code>module-starter</code> to create <code>MANIFEST.SKIP</code> instead, next time we'll use it specify <code>--ignores='manifest'</code> For the moment we can delete it. Commit.
20072007

0 commit comments

Comments
 (0)