We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ff272 commit 94f198bCopy full SHA for 94f198b
lib/App/perlbrew.pm
@@ -24,7 +24,7 @@ local $SIG{__DIE__} = sub {
24
25
sub current_perl {
26
my ($self) = @_;
27
- return $self->env('CURRENT_PERL') || ''
+ return $self->env('PERLBREW_PERL') || ''
28
}
29
30
sub BASHRC_CONTENT() {
0 commit comments