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