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


sub foo( %h ( :$foo = "bar", :$baz) ) {
    %h;
}

note foo( { :baz } ); #-> {baz => True}

If it's not an easy fix it might warrant a "not yet implemented" exception.

Reply via email to