Raku / examples

Many examples of Raku code
https://examples.raku.org/
Artistic License 2.0
294 stars 89 forks source link

run with raku and perl6* #71

Closed kbucheli closed 4 years ago

kbucheli commented 4 years ago

POD::Htmlify runs an external script with perl6-m which is not available anymore with 2020.02. With using $*EXECUTABLE it runs with raku or whatever the current runtime is.

Altai-man commented 4 years ago

Hi! Thanks for your patch. I am currently rewriting tooling of this repo, including proper renaming and bits like this one. If you would like to help, look at enchance branch. I am currently rewriting templating and it is kind of blocked by some issues with Cro::WebApp. Do you particularly blocked by this when building website from this repo?

I have mixed feelings about this PR, on the one hand it will not hurt to merge it, on the other hand there are a lot of tiny issues like this one with this repo: a lot of them are already taken care of, but there are still some very rough cases around. What do you think?

coke commented 4 years ago

Looks good to merge to me.