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::Git - Internal role for git operations.
SYNOPSIS
use Moo::Role;
use MooX::Options;
with 'App::Oozie::Role::Git';
sub some_method {
my $self = shift;
if ( my $git = $self->git ) {
# ...
}
}
DESCRIPTION
This is a Role to be consumed by Oozie tooling classes and defines various fields.