The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::Base tests => 1;

no_diff;

is "xxx\nyyy\n", "xxx\nyyy\n",
   'This test is really weak.';