#!/usr/bin/env perl
package Main;
use Moose;
Main->new_with_options->run;
1;