summaryrefslogtreecommitdiff
path: root/pod/perlnewmod.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-08-24 17:24:40 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-08-24 17:24:40 +0000
commit85b35914c9f3fc562f8a505e6508276be17f9d70 (patch)
treef801010c0e4ad3b3417785f8c940308ee37ac1e0 /pod/perlnewmod.pod
parent6d2c9499abd1a5ceb61e4b79d9b3275c1cacac57 (diff)
downloadperl-85b35914c9f3fc562f8a505e6508276be17f9d70.tar.gz
Grammatical nit by Hugo.
p4raw-id: //depot/perl@23236
Diffstat (limited to 'pod/perlnewmod.pod')
-rw-r--r--pod/perlnewmod.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlnewmod.pod b/pod/perlnewmod.pod
index 7a2d300b18..d8bd4003c6 100644
--- a/pod/perlnewmod.pod
+++ b/pod/perlnewmod.pod
@@ -232,9 +232,8 @@ your request to be approved by the PAUSE administrators.
=item C<perl Makefile.PL; make test; make dist>
Once again, C<module-starter> or C<h2xs> has done all the work for you.
-They produce the standard C<Makefile.PL> you'll have seen when you
-downloaded and installs modules, and this produces a Makefile with a
-C<dist> target.
+They produce the standard C<Makefile.PL> you see when you download and
+install modules, and this produces a Makefile with a C<dist> target.
Once you've ensured that your module passes its own tests - always a
good thing to make sure - you can C<make dist>, and the Makefile will