Skip to content

Commit

Permalink
document the --notest option
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Apr 13, 2021
1 parent 71baa75 commit f09773c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion script/perlbrew
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,11 @@ which are not necessarily the I<same> module versions you had installed previous
=head1 COMMAND: CLONE-MODULES
Usage:
perlbrew clone-modules <src_version> <dst_version>
perlbrew clone-modules [options] <src_version> <dst_version>
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':
Expand Down

0 comments on commit f09773c

Please sign in to comment.