Help for this page

Select Code to Download


  1. or download this
    use v5.14;
    use Test::More;
    ...
    is(Foo->new(foo => undef)->foo, 'whatever');
    
    done_testing;
    
  2. or download this
    use v5.14;
    
    ...
            }
        };
    }
    
  3. or download this
    use v5.14;
    
    ...
            }
        };
    }