From e8adec95a9999c8cf99d66fc773bbcf7ea986209 Mon Sep 17 00:00:00 2001 From: Steve Hancock <perltidy@users.sourceforge.net> Date: Sun, 14 Jul 2024 13:38:59 -0700 Subject: [PATCH] add perlbrew notes --- local-docs/Release-Checklist.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/local-docs/Release-Checklist.md b/local-docs/Release-Checklist.md index c0752a92..c858c8c7 100644 --- a/local-docs/Release-Checklist.md +++ b/local-docs/Release-Checklist.md @@ -31,7 +31,11 @@ - Review code, especially any ## commented out sections and "FIXME's" - run perlver on all modules to check minimum version; should be 5.8.0 - The first line in Tidy.pm has the required version of Perl - - use perlbrew to do local checks and debugging on earlier versions of perl if desired + - use perlbrew to do local checks and debugging on earlier versions of perl + - perlbrew list [show installed versions] + - perlbrew available all [show all available versions] + - perlbrew install perl-5.8.0 [install perl-5.8.0, may need to force] + - perlbrew use perl-5.8.0 [switch to 5.8.0 in current shell] - Run tidyall -a to be sure code is tidied - note that I have tidyall set to also run perlcritic right now - run podchecker on all .pod files -- 2.39.5