diff options
-rw-r--r-- | Porting/release_managers_guide.pod | 8 |
1 files changed, 8 insertions, 0 deletions
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<PERL_API_*> constants C<MUST NOT> 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 |