#!/usr/bin/env perl
use warnings;
use strict;
use Dist::Joseki::Cmd;
our $VERSION = '0.19';
Dist::Joseki::Cmd->new->run;
