summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-27 07:42:45 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-27 07:42:45 +0000
commit84cad487577c98362c0e1ea18600d4ea266a4cb4 (patch)
tree4b3c88aabbf51cad182ac981c86346f6525d5f95 /pod/perlhack.pod
parent6fae7aa4cab68dd6bb59af7f22c85e77eb8a1b0c (diff)
downloadperl-84cad487577c98362c0e1ea18600d4ea266a4cb4.tar.gz
Fix links (and hence the podchecker test) after cce04bebd8af026c.
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r--pod/perlhack.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index c61268491f..ab82c309bc 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -279,7 +279,7 @@ backported to the maint branch. Only patches that survive the heat of the
development branch get applied to maintenance versions.
Your patch should update the documentation and test suite. See
-L<Writing a test>. If you have added or removed files in the distribution,
+L<TESTING>. If you have added or removed files in the distribution,
edit the MANIFEST file accordingly, sort the MANIFEST file using
C<make manisort>, and include those changes as part of your patch.
@@ -385,7 +385,7 @@ submitting patches of your changes.
Lastly, TEST TEST TEST TEST TEST any code before posting to p5p.
Test on as many platforms as you can find. Test as many perl
Configure options as you can (e.g. MULTIPLICITY). If you have
-profiling or memory tools, see L<EXTERNAL TOOLS FOR DEBUGGING PERL>
+profiling or memory tools, see L<MEMORY DEBUGGERS> and L<PROFILING>
below for how to use them to further test your code. Remember that
most of the people on P5P are doing this on their own time and
don't have the time to debug your code.
@@ -473,7 +473,7 @@ F<cpan/>.
There are tests for nearly all the modules, built-ins and major bits
of functionality. Test files all have a .t suffix. Module tests live
in the F<lib/> and F<ext/> directories next to the module being
-tested. Others live in F<t/>. See L<Writing a test>
+tested. Others live in F<t/>. See L<TESTING>
=item Documentation