The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use Clustericious::Config::Plugin;
use Clustericious::Config::Helpers;
use Test::More tests => 1;

push @Clustericious::Config::Plugin::EXPORT, 'foo';
ok scalar(grep /^foo$/, @Clustericious::Config::Helpers::EXPORT), "::Plugin::EXPORT is linked to ::Helper::EXPORT";