Suggest reading blead's Super Quick Patch Guide
authorSmylers <Smylers@stripey.com>
Wed, 4 Sep 2013 10:37:58 +0000 (11:37 +0100)
committerJames E Keenan <jkeenan@cpan.org>
Thu, 5 Sep 2013 01:13:57 +0000 (03:13 +0200)
The Super Quick Patch Guide has been improved several times. Suggest that
a patcher looks at the latest version in the checkout of blead they've
just made, in case that's been improved since whichever released version
they were reading.

This has caught me out before: I've done something sub-optimal (for me or
those reviewing my patches) by diligently following out-of-date
instructions.

Remove trailing whitespace.

For: RT #119599

pod/perlhack.pod

index 35bb8e5..74d728e 100644 (file)
@@ -29,6 +29,13 @@ with the following command:
 
   % git clone git://perl5.git.perl.org/perl.git perl
 
+=item * Ensure you're following the latest advice
+
+In case the advice in this guide has been updated recently, read the
+latest version directly from the perl source:
+
+  % perldoc pod/perlhack.pod
+
 =item * Make your change
 
 Hack, hack, hack.