From f09773c6e935a5d5b7ec985f08950e525d6b49eb Mon Sep 17 00:00:00 2001 From: Kang-min Liu Date: Tue, 13 Apr 2021 09:53:28 +0900 Subject: [PATCH] document the --notest option --- script/perlbrew | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script/perlbrew b/script/perlbrew index 70d4080a..084e5625 100755 --- a/script/perlbrew +++ b/script/perlbrew @@ -640,7 +640,11 @@ which are not necessarily the I module versions you had installed previous =head1 COMMAND: CLONE-MODULES Usage: - perlbrew clone-modules + perlbrew clone-modules [options] + +Options: + + --notest Skip all module tests This command re-installs all CPAN modules found from one installation to another. For example, this list all modules under '5.26.1' and re-install them under '5.27.7':