1#!perl
2
3BEGIN {
4  unless ($ENV{RELEASE_TESTING}) {
5    require Test::More;
6    Test::More::plan(skip_all => 'these tests are for release candidate testing');
7  }
8}
9
10# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
11
12use Test::CPAN::Meta;
13
14meta_yaml_ok();
15