The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
% my $class = shift;
#!/usr/bin/perl

use strict;
use warnings;
use Clustericious::Commands;

$ENV{MOJO_APP} ||= '<=% $class %>';
Clustericious::Commands->start;