Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix perl6-debug running into a precompilation endless loop
perl6-debug tries to load Debugger::UI::CommandLine which will be precompiled on first use with $*EXECUTABLE which is perl6-debug which tries to load ... Fixed by detecting that we're using the perl6-debug executable and using perl6 instead.
- Loading branch information