From: Jerry D. Hedden Date: Mon, 16 Apr 2007 10:44:36 +0000 (-0400) Subject: Re: [PATCH] Mention sorting MANIFEST in perlhack.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c8694a778a4cb9e4248cb373d54ec96f4d26baa;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] Mention sorting MANIFEST in perlhack.pod From: "Jerry D. Hedden" Message-ID: <1ff86f510704160744j9ae934cv9fef077afe3ca516@mail.gmail.com> p4raw-id: //depot/perl@30968 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 21968d7..3d0878e 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -602,8 +602,10 @@ the 5.8 pumpking decides which of those patches is to be backported to the maint branch. Only patches that survive the heat of the development branch get applied to maintenance versions. -Your patch should also update the documentation and test suite. See -L. +Your patch should update the documentation and test suite. See +L. If you have added or removed files in the distribution, +edit the MANIFEST file accordingly, sort the MANIFEST file using +C, and include those changes as part of your patch. Patching documentation also follows the same order: if accepted, a patch is first applied to B, and if relevant then it's backported