On 10.01.2015 12:45, Gabor Szabo wrote:
If I put

#!/usr/bin/env perl6

as the sh-bang of either of those script, they start to work.

That's quite dangerous. Precompiled modules (on which scripts often depend) only work with the rakudo that compiled them. If a different one is in $PATH before that, the scripts will start to fail with weird errors.

Does #!/usr/bin/env /full/path/to/perl6-m work?

Cheers,
Moritz

Reply via email to