#!/usr/bin/env perl

use strict;
use warnings;

use Dist::Dzpl::App;
Dist::Dzpl::App->run( undef, @ARGV );
