NAME
Test::Builder2::Events - Convenience module to load all core TB2 events
SYNOPSIS
use Test::Builder2::Events;
my $event = Test::Builder2::Event::SetPlan->create( ... );
DESCRIPTION
This loads all the built-in Test::Builder2 events in one go. It is intended as a convenience for authors of builders.