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


This test (from t/spec/S06-other/main-usage.t) is now failing:

is_run 'sub MAIN(Bool :$x) { say "yes" if $x }',
    {
        out => "yes\n",
        err => '',
        status => 0,
    },
    :args['--x'],
    'boolean option +';


And was apparently passing until recently.

-- 
Will "Coke" Coleda

Reply via email to