diff options
Diffstat (limited to 'pod/perlnewmod.pod')
-rw-r--r-- | pod/perlnewmod.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlnewmod.pod b/pod/perlnewmod.pod index 1e4a9c3b29..ace8d85130 100644 --- a/pod/perlnewmod.pod +++ b/pod/perlnewmod.pod @@ -224,7 +224,7 @@ installs 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 -hopefully produce you a nice tarball of your module, ready for upliad. +hopefully produce you a nice tarball of your module, ready for upload. =item Upload the tarball |