The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/env perl
use warnings;
use strict;

use Prophet::CLI;
my $cli = Prophet::CLI->new();
$cli->run_one_command(@ARGV);