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