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

use Test::More;

plan skip_all => 'Author tests skipped unless RELEASE_TESTING set.'
  unless $ENV{RELEASE_TESTING};

eval 'use Test::CPAN::Meta::JSON'; ## no critic (eval)
plan skip_all => 'Test::CPAN::Meta::JSON required for testing META.yml' if $@;

meta_json_ok();