This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RMG - Update local_patches[] code snippet with current code
authorSteve Hay <steve.m.hay@googlemail.com>
Sun, 1 Feb 2015 00:04:28 +0000 (00:04 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Sun, 1 Feb 2015 00:04:28 +0000 (00:04 +0000)
Porting/release_managers_guide.pod

index e7ee36a..7405a96 100644 (file)
@@ -797,7 +797,9 @@ a final release, remove it. For example:
      static const char * const local_patches[] = {
              NULL
     +        ,"RC1"
-             PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */
+     #ifdef PERL_GIT_UNCOMMITTED_CHANGES
+             ,"uncommitted-changes"
+     #endif
 
 Be sure to commit your change:
 
@@ -1076,7 +1078,9 @@ Disarm the F<patchlevel.h> change; for example,
      static const char * const local_patches[] = {
              NULL
     -        ,"RC1"
-             PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */
+     #ifdef PERL_GIT_UNCOMMITTED_CHANGES
+             ,"uncommitted-changes"
+     #endif
 
 Be sure to commit your change: