NAME

Test::Approvals::Reporters::IntroductionReporter - Print diagnostic message explaining reporter usage.

report

my $received = 'test.received.txt';
my $approved = 'test.approved.txt';
$reporter->report($received, $approved);

Print diagnostic message on failure.