#!/usr/bin/env perl
package Test::Cool;
use Getopt::App;
run(sub { shift; say "@_" });
