#!/opt/local/bin/perl
use strict;
use lib "lib";
use App::Morris;

App::Morris->new_with_options()->run();
