Skip to content

Commit

Permalink
Actually use globbed perl path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Reisner committed Jun 24, 2024
1 parent dba2b1d commit 943cfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/PLS/Server/Request/Workspace/Configuration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ sub handle_response
if (exists $config->{syntax}{perl} and length $config->{syntax}{perl})
{
my ($perl) = glob $config->{syntax}{perl};
PLS::Parser::Pod->set_perl_exe($config->{syntax}{perl});
PLS::Parser::Pod->set_perl_exe($perl);
}

if (exists $config->{syntax}{args} and ref $config->{syntax}{args} eq 'ARRAY' and scalar @{$config->{syntax}{args}})
Expand Down

0 comments on commit 943cfff

Please sign in to comment.