# New Ticket Created by  Aaron Sherman 
# Please include the string:  [perl #125511]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125511 >


$ docker run -it rakudo-star perl6 -e 'say map {Num.new($^n)}, "1"'
1
$ docker run -it rakudo-star perl6 -e 'say map *.Num, "1"'
1
All good so far...

$ docker run -it rakudo-star perl6 -e 'say map Num.new(*), "1"'
No such method 'Num' for invocant of type 'Whatever'
  in method new at src/gen/m-CORE.setting:5998
  in block <unit> at -e:1

The what now?!

$ docker run -it rakudo-star perl6 -v
This is perl6 version 2015.03 built on MoarVM version 2015.03

inspect output (truncated):

    "Created": "2015-06-17T08:49:16.156673909Z",
    "DockerVersion": "1.6.2",
    "Id":
"b2f231a2d1933b12fe9895254b71f6ebf6b03fac46125d55fb9f2f773bc580c8",
    "Os": "linux",

Reply via email to