The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package t::tasks::cowboy;
use Rex -base;

desc "bring in the cattle";
task "roundup" => sub { return 1 };

include 't::tasks::alien';

1;