The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::CheckDeps 0.009

use Test::More 0.94;
use Test::CheckDeps 0.007;

check_dependencies('suggests');

if (0) {
    BAIL_OUT("Missing dependencies") if !Test::More->builder->is_passing;
}

done_testing;