Skip to content

Commit

Permalink
closes #439
Browse files Browse the repository at this point in the history
  • Loading branch information
mstreuhofer committed Jan 14, 2015
1 parent 7e9a68d commit 710a412
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1733,7 +1733,9 @@ sub run_command_use {
if ( !$perl ) {
my $current = $self->current_perl;
if ($current) {
print "Currently using $current\n";
print "Currently using $current";
print '@', $self->current_lib if ($self->current_lib);
print "\n";
} else {
print "No version in use; defaulting to system\n";
}
Expand Down

0 comments on commit 710a412

Please sign in to comment.