NAME
App::Oozie::Role::Info
VERSION
version 0.019
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.
NAME
App::Oozie::Role::Info - Helper to gather information about the tooling.
Methods
log_versions
SEE ALSO
AUTHORS
David Morel
Burak Gursoy
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Booking.com.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.