How to know the version of perl6/rakudo I am running?
Posted
by cosimo
on Stack Overflow
See other posts from Stack Overflow
or by cosimo
Published on 2010-06-10T20:56:13Z
Indexed on
2010/06/10
21:03 UTC
Read the original article
Hit count: 348
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,
© Stack Overflow or respective owner