Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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.