From 22be966705ee27262d7982bffd9dbb293ef8417e Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 2 Apr 2011 19:54:59 +0800 Subject: Add a note to the RMG about the fact that you should run tests after bumping the perl version --- 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 62691c52bb..be55bcfcde 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -296,6 +296,14 @@ to an earlier release. When releasing a stable perl version, the C constants C be changed as we aim to guarantee binary compatibility in maint branches. + + +Test your changes: + + $ ./Configure -des -Dusedevel + $ make + $ make test + Commit your changes: $ git st -- cgit v1.2.1