The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::More  'no_plan';

eval 'use Test::CPAN::Meta';


SKIP: {
	skip 'Test::CPAN::Meta not installed', 1    if $@;
	push @_ , <../*.yml>, <*.yml>; 
	meta_spec_ok( shift @_  );
}