From: Dave Rolsky Date: Fri, 30 Oct 2009 16:11:51 +0000 (-0500) Subject: Fix another reference to the now-gone patching.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=552d2b87467d02c0573847d29b6734bd06d733c6;p=p5sagit%2Fp5-mst-13.2.git Fix another reference to the now-gone patching.pod --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index abd0933..6b96a33 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -1710,9 +1710,8 @@ When you write your new code, please be conscious of existing code conventions used in the perl source files. See L for details. Although most of the guidelines discussed seem to focus on Perl code, rather than c, they all apply (except when they don't ;). -See also I file in the Perl source distribution -for lots of details about both formatting and submitting patches of -your changes. +Also see I for lots of details about both formatting and +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