Skip to content

Commit

Permalink
documentation updates.
Browse files Browse the repository at this point in the history
Replace all http:// urls with https://

Allo the description of "available" command is finally up-to-date.
  • Loading branch information
gugod committed Jul 14, 2022
1 parent 65daf9c commit b6d6433
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions script/perlbrew
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ It is also possible to set this variable before installing perlbrew
to make perlbrew install itself under the given PERLBREW_ROOT:
export PERLBREW_ROOT=/opt/perl5
curl -L http://install.perlbrew.pl | bash
curl -L https://install.perlbrew.pl | bash
After doing this, the perlbrew executable is installed as C</opt/perl5/bin/perlbrew>
Expand Down Expand Up @@ -129,7 +129,7 @@ to 'sh Configure'. By default it is '-de'.
=item PERLBREW_CPAN_MIRROR
The CPAN mirror url of your choice. The default value is "http://www.cpan.org"
The CPAN mirror url of your choice. By default, "https://cpan.metacpan.org" is used.
=back
Expand Down Expand Up @@ -164,7 +164,7 @@ Usage:
perlbrew install [options] <perl-release>
perlbrew install [options] /path/to/perl-5.14.0.tar.gz
perlbrew install [options] /path/to/perl/git/checkout/dir
perlbrew install [options] http://example.com/mirror/perl-5.12.3.tar.gz
perlbrew install [options] https://example.com/mirror/perl-5.12.3.tar.gz
Build and install the wanted perl. The last argument can be a short string designating a specific version which can be known from the output of C<perlbrew available>, a path to a pre-downloaded tarball, a path to a git-checkout of perl5 repo, or a URL to a tarball.
Expand Down Expand Up @@ -211,7 +211,7 @@ but from the community. The cperl distributions are downloaded from:
https://github.com/perl11/cperl/releases
See http://perl11.org/cperl/ for more information about cperl distribution.
See https://perl11.org/cperl/ for more information about cperl distribution.
Options for C<install> command:
Expand Down Expand Up @@ -344,12 +344,9 @@ Usage: perlbrew available [--all]
List the recently available versions of perl on CPAN.
The list is retrieved from the web page L<http://www.cpan.org/src/README.html>,
and is not the list of *all* perl versions ever released in the past.
By default, the latest sub-version of each stable versions are listed.
To get a list of all perls ever released, use the C<--all> option.
NOTICE: This command might be gone in the future and become an option of 'list' command.
To get a list of all perls ever released, inculding development and RC versions, run the command with C<--all> option.
=head1 COMMAND: OFF
Expand Down Expand Up @@ -493,7 +490,7 @@ Usage: perlbrew install-cpanm
Install the C<cpanm> standalone executable in C<$PERLBREW_ROOT/bin>.
For more rationale about the existence of this command, read
<http://perlbrew.pl/Perlbrew-and-Friends.html>
<https://perlbrew.pl/Perlbrew-and-Friends.html>
Usage: perlbrew install-cpm
Expand All @@ -508,7 +505,7 @@ is automatically invoked if your perlbrew installation is done with the
installer, but not with cpan.
For more rationale about the existence of this command, read
<http://perlbrew.pl/Perlbrew-and-Friends.html>
<https://perlbrew.pl/Perlbrew-and-Friends.html>
=head1 COMMAND: SELF-UPGRADE
Expand Down

0 comments on commit b6d6433

Please sign in to comment.