Skip to content

Commit

Permalink
Merge b3b398a into ff0bb01
Browse files Browse the repository at this point in the history
  • Loading branch information
dur-randir committed Nov 13, 2016
2 parents ff0bb01 + b3b398a commit c96f3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Expand Up @@ -1151,7 +1151,7 @@ sub do_install_blead {
opendir DIRH, $build_dir or die "Couldn't open ${build_dir}: $!";
my @contents = readdir DIRH;
closedir DIRH or warn "Couldn't close ${build_dir}: $!";
my @candidates = grep { m/^perl-[0-9a-f]{4,40}$/ } @contents;
my @candidates = grep { m/^perl-blead-[0-9a-f]{4,40}$/ } @contents;
# Use a Schwartzian Transform in case there are lots of dirs that
# look like "perl-$SHA1", which is what's inside blead.tar.gz,
# so we stat each one only once.
Expand Down

0 comments on commit c96f3b8

Please sign in to comment.