NAME

App::Oozie::Role::Info - Helper to gather information about the tooling.

SYNOPSIS

use Moo;
with qw(
    App::Oozie::Role::Info
);
sub method {
    my $self = shift;
    $self->log_versions if $self->verbose;
}

DESCRIPTION

Helper to gather information about the tooling.

Methods

log_versions

SEE ALSO

App::Oozie.