Help for this page

Select Code to Download


  1. or download this
    use v5.22;
    use warnings;
    ...
    cmp_deeply($data, { caption => undef }, 'coerced into undef');
    
    done_testing;