#!perl
use strict;
use warnings;
use Minilla::CLI;

Minilla::CLI->new()->run(@ARGV);

