Skip to content

Commit

Permalink
remove that unreachable exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Jul 21, 2022
1 parent 3308925 commit 02dcc71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,6 @@ sub run_command_install {
unless ($self->root->exists) {
die("ERROR: perlbrew root " . $self->root . " does not exist. Run `perlbrew init` to prepare it first.\n");
exit(-1);
}
unless ($dist) {
Expand Down

0 comments on commit 02dcc71

Please sign in to comment.