Skip to content

Commit

Permalink
rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Apr 22, 2023
1 parent 2d71c24 commit 739bdcf
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions perlbrew
Original file line number Diff line number Diff line change
Expand Up @@ -3712,9 +3712,9 @@ $fatpacked{"App/perlbrew.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'AP

setenv MANPATH_WITHOUT_PERLBREW `perl -e 'print join ":", grep { index($_, $ENV{PERLBREW_ROOT}) } split/:/,qx(manpath 2> /dev/null);'`
if ( $?PERLBREW_MANPATH == 1 ) then
setenv MANPATH ${PERLBREW_MANPATH}:${MANPATH_WITHOUT_PERLBREW}
setenv MANPATH "${PERLBREW_MANPATH}:${MANPATH_WITHOUT_PERLBREW}"
else
setenv MANPATH ${MANPATH_WITHOUT_PERLBREW}
setenv MANPATH "${MANPATH_WITHOUT_PERLBREW}"
endif
SETPATH
}
Expand Down Expand Up @@ -12413,7 +12413,7 @@ CPAN_META_YAML

$fatpacked{"CPAN/Perl/Releases.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'CPAN_PERL_RELEASES';
package CPAN::Perl::Releases;
$CPAN::Perl::Releases::VERSION = '5.20230120';
$CPAN::Perl::Releases::VERSION = '5.20230420';
#ABSTRACT: Mapping Perl releases on CPAN to the location of the tarballs

use strict;
Expand Down Expand Up @@ -12698,6 +12698,12 @@ $fatpacked{"CPAN/Perl/Releases.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n"
"5.37.6" => { id => 'CORION' },
"5.37.7" => { id => 'HYDAHY' },
"5.37.8" => { id => 'RENEEB' },
"5.37.9" => { id => 'ETHER' },
"5.37.10" => { id => 'YVES' },
"5.36.1-RC1" => { id => 'SHAY' },
"5.36.1-RC2" => { id => 'SHAY' },
"5.36.1-RC3" => { id => 'SHAY' },
"5.37.11" => { id => 'SHAY' },
};

sub perl_tarballs {
Expand Down Expand Up @@ -12766,7 +12772,7 @@ $fatpacked{"CPAN/Perl/Releases.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n"

=head1 VERSION

version 5.20230120
version 5.20230420

=head1 SYNOPSIS

Expand Down Expand Up @@ -44899,13 +44905,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 739bdcf

Please sign in to comment.