[perl #111356] [TODO] Conversion from Instant to Date in Rakudo

2012-02-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #111356] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=111356 > there are a few things missing in Temporal, though like Date.new(now); you hav

[perl #111360] [BUG] .uniq has Str semantics, not &infix:<===> semantics in Rakudo

2012-02-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #111360] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=111360 > nom: class C { method Str { "OH HAI" } }; say +(C.new, C.new).uniq nom c295b5: