diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 19:54:59 +0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-04-02 19:54:59 +0800 |
commit | 22be966705ee27262d7982bffd9dbb293ef8417e (patch) | |
tree | 848c36f84279669bd83856aac0283ee9152f6b16 /Porting | |
parent | 84a01a7110bb6c25a23d1805b0997a64ab63f5f1 (diff) | |
download | perl-22be966705ee27262d7982bffd9dbb293ef8417e.tar.gz |
Add a note to the RMG about the fact that you should run tests after
bumping the perl version
Diffstat (limited to 'Porting')
-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 |