Blob Blame History Raw
use strict;
use warnings;

use Test::More;
use Test::Differences;
END { done_testing(); }

eq_or_diff(
    { foo => 'bar' },
    { foo => 'baz' },
    "both the same"
);