Skip to content

Commit

Permalink
Use RAKULIB instead of to be deprecated PERL6LIB
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jan 10, 2024
1 parent 5405689 commit e856674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fudgeandrun
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ die capture_error($fudger, $nt) if $?;
# uninstalled rakudo doesn't know how to find Test.pm
# ... or any other modules
my $pwd = cwd();
$ENV{PERL6LIB}="$pwd/lib";
$ENV{RAKULIB}="$pwd/lib";

if ($impl_cmd) {
$impl_cmd = qq/"$impl_cmd"/ if $impl_cmd =~ /\s/;
Expand Down

0 comments on commit e856674

Please sign in to comment.