The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl
use strict;
use 5.008001;
use Carton::CLI;

exit Carton::CLI->new->run(@ARGV);