The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use v5.10;
use Test::Clustericious::Config;
use Test::More tests => 2;
use Log::Log4perl::CommandLine;

create_config_ok Yars => { url => 'http://localhost:3001' };

use_ok 'Yars::Command::yars_fast_balance';