my $input = [ ... ]; my $want = { ... }; my $result = synch_that_time( $before ); require Test::More; Test::More::is( $input, $want, ' synch_that_time works as designed', );