Thanks, that helps. I wasn't sure where to file this bug, because this
is the first time I've used Rakudo.
What looks odd to me is the line
Can't find string terminator '"' anywhere before EOF at -e line 1.
which is presumably the command
shell('perl -e "use v5.18;"')
on the line you linked t
Well spotted!
Docs at https://docs.perl6.org/routine/shell may help
But this looks to me to be a known issue
"quote bug in shell command on windows"
https://rt.perl.org/Public/Bug/Display.html?id=131814
On 2 October 2017 at 09:06, Ville Koskinen wrote:
> Thanks, that helps. I wasn't sure wher
Well spotted!
Docs at https://docs.perl6.org/routine/shell may help
But this looks to me to be a known issue
"quote bug in shell command on windows"
https://rt.perl.org/Public/Bug/Display.html?id=131814
On 2 October 2017 at 09:06, Ville Koskinen wrote:
> Thanks, that helps. I wasn't sure wher
Thanks, that helps. I wasn't sure where to file this bug, because this
is the first time I've used Rakudo.
What looks odd to me is the line
Can't find string terminator '"' anywhere before EOF at -e line 1.
which is presumably the command
shell('perl -e "use v5.18;"')
on the line you linked
It seems a bit unfair ("shooting the messenger") blaming zef for
module install error messages and after all it does says "Perl 5
version requirement not met"
Looking at what triggers this error...
https://github.com/niner/Inline-Perl5/blob/master/Build.pm#L6
suggests you need 5.18 or better and
It seems a bit unfair ("shooting the messenger") blaming zef for
module install error messages and after all it does says "Perl 5
version requirement not met"
Looking at what triggers this error...
https://github.com/niner/Inline-Perl5/blob/master/Build.pm#L6
suggests you need 5.18 or better and
# New Ticket Created by Ville Koskinen
# Please include the string: [perl #132183]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=132183 >
I downloaded and installed the latest Windows x64 build of Rakudo
(http://rakudo.org/d