X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/694349577716ee90e0a5a6cd44bad1dd7f4ce32f..e99cf3f0a442462e8a131dbeff46317a9a28f1c4:/pod/perlhack.pod diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 74d728e..b2cbcf1 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -80,6 +80,17 @@ will submit your patch via email. The porters appreciate the time you spent helping to make Perl better. Thank you! +=item * Next time + +The next time you wish to make a patch, you need to start from the +latest perl in a pristine state. Check you don't have any local changes +or added files in your perl check-out which you wish to keep, then run +these commands: + + % git pull + % git reset --hard origin/blead + % git clean -dxf + =back =head1 BUG REPORTING