[perl #117875] Smartmatching ints against Enumeration Types fails (probably NYI)

2013-05-06 Thread Patrick R. Michaud via RT
Resolved via a change to S12, see https://github.com/perl6/specs/commit/bff62668057bf3f87a6f80f33d088d47a1d 4eda2 . Pm

[perl #117875] Smartmatching ints against Enumeration Types fails (probably NYI)

2013-05-06 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #117875] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117875 > [20:30:33] rn: my enum Day ; say 3 ~~ Day [20:30:37] <+camelia>