How to know the version of perl6/rakudo I am running?
- by cosimo
Trying the -v switch, I get the parrot svn revision:
$ perl6 -v
This compiler is built with the Parrot Compiler Toolkit, parrot revision 45822.
but how do I know the rakudo version, either a vx.xx or {some-git-hash}?
Thanks,