Skip to content

Commit

Permalink
Merge pull request #397 from mttrb/develop
Browse files Browse the repository at this point in the history
Fixed bug where dev branch version 5.21 or above doesn't work
  • Loading branch information
gugod committed Jun 6, 2014
2 parents 34d4fd6 + a4d356c commit 0df81db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ sub do_install_this {
}

unshift @d_options, qq(prefix=$perlpath);
push @d_options, "usedevel" if $dist_version =~ /5\.1[13579]|git|blead/;
push @d_options, "usedevel" if $dist_version =~ /5\.\d[13579]|git|blead/;

unless (grep { /eval:scriptdir=/} @a_options) {
push @a_options, "'eval:scriptdir=${perlpath}/bin'";
Expand Down

0 comments on commit 0df81db

Please sign in to comment.