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


This bit me at first when I was changing some conditions around.
E.g., 
given 'a' {
    when Int { say 'Life...' }
    default { say 'this does get run' }
    say 'this does not get run';
}

Reply via email to