Help for this page

Select Code to Download


  1. or download this
    my $tb = Test::More->builder;
    $tb->failure_output(\*STDOUT);
    $tb->diag($data);
    
  2. or download this
    my $tb = Test::More->builder;
    binmode $tb->failure_output, ":utf8";
    $tb->diag(...);