#!/usr/bin/env perl

# PODNAME: oozie-tool

use 5.010;
use strict;
use warnings;

our $VERSION = '0.014'; # VERSION

use App::Oozie;

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