NAME
Test::Approvals::Reporters::EnvironmentAwareReporter - Provides a role which Reporters can extend when they want to provide a value inidicating whether they work in the test environment.
is_working_in_this_environment
$reporter->is_working_in_this_environment();
Gets a value indicating whether the reporter appears to be working in the test environment. By default, this just means that the reporter was able to locate it's executable.