NAME
App::DrivePlayer::Setup - Common imports for all DrivePlayer modules
DESCRIPTION
A ToolSet subclass that bundles the standard set of imports used across DrivePlayer modules: Moo, Readonly, the strict, warnings, and utf8 pragmas, and the most common Types::Standard type constraints.
Every DrivePlayer Moo class starts with use App::DrivePlayer::Setup instead of listing these individually.