Skip to content

Commit

Permalink
Fix clone-modules help
Browse files Browse the repository at this point in the history
Few spelling to read better
  • Loading branch information
rwp0 authored Jan 25, 2023
1 parent a6117eb commit 9dbba0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/perlbrew
Original file line number Diff line number Diff line change
Expand Up @@ -652,13 +652,13 @@ 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':
This command re-installs all CPAN modules found from one installation to another. For example, this lists all modules under '5.26.1' and re-installs them under '5.27.7':

perlbrew clone-modules 5.26.1 5.27.7

The argument "source" is optional and is default to the current activated one. However if none is activated (perlbrew is switched off), it it an error.
The argument "source" is optional and defaults to the currently activated one. However if none is activated (perlbrew is switched off), it it an error.

Noted that this does not guarantee that the versions of modules stays the same in the destination.
Note that this does not guarantee that the versions of modules stay the same in the destination.

=head1 SEE ALSO

Expand Down

0 comments on commit 9dbba0c

Please sign in to comment.