In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/82ce0493f7a0b47a207f493f68ab035a48f2284b?hp=e22432a4c3e85edb3c7cd664185f92d6d5c0bc1f>

- Log -----------------------------------------------------------------
commit 82ce0493f7a0b47a207f493f68ab035a48f2284b
Author: Abigail <abig...@abigail.be>
Date:   Mon Oct 20 21:40:27 2014 +0200

    More actions to take when bumping the version number.
-----------------------------------------------------------------------

Summary of changes:
 Porting/release_managers_guide.pod | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Porting/release_managers_guide.pod 
b/Porting/release_managers_guide.pod
index 7a6b176..6db408b 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -409,6 +409,14 @@ After editing, regenerate uconfig.h (this must be run on a 
system with a
 
 This might not cause any new changes.
 
+You may also need to regen opcodes:
+
+ $ ./perl -Ilib regen/opcode.pl
+
+You may have to add stub entries in C<%Module::CoreList::version>, 
+C<%Module::CoreList::deprecated> and C<%Module::CoreList::Utils::delta>.
+If so, you must up their version numbers as well.
+
 Test your changes:
 
  $ git clean -xdf   # careful if you don't have local files to keep!

--
Perl5 Master Repository

Reply via email to