This had an extra layer of directory structure beyond what typical
places old perls are kept.
A future commit allows specifying mutiple directories on the command
line, which gives full generality.
(cherry picked from commit
dbe3786586c45ed8ac1fca184a30924630a5dbf0)
Signed-off-by: Nicolas R <atoomic@cpan.org>
my @perls = sort { $b->{version} <=> $a->{version} }
map { { version => `$_ -e 'printf "%.6f", \$]'`, path => $_ } }
- ($opt{blead}, grep !/-RC\d+/, glob "$opt{install}/*/bin/perl5.*");
+ ($opt{blead}, grep !/-RC\d+/, glob "$opt{install}/bin/perl5.*");
if (exists $opt{'blead-version'}) {
$perls[0]{version} = $opt{'blead-version'};