#!/usr/bin/env perl

# PODNAME: oozie-tool

use 5.010;
use strict;
use warnings;

use App::Oozie;

my $app = App::Oozie->new_with_options;
$app->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

oozie-tool

=head1 VERSION

version 0.007

=head1 AUTHORS

=over 4

=item *

David Morel

=item *

Burak Gursoy

=back

=head1 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.

=cut
