The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Test::Run::Plugin::Super;

use strict;
use warnings;

sub _report_success
{
    print "All tests are super-successful!\n";
}

1;