# 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
# 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: