The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'			=> 'Test::YAML::Meta',
    'VERSION_FROM'	=> 'lib/Test/YAML/Meta.pm',
    'PREREQ_PM'		=> {
        Test::CPAN::Meta::YAML  => 0.17,
		Test::Builder           => 0,
		Test::YAML::Valid	    => 0.03,
		Test::More	            => 0.70,	# for testing
	},
	NO_META			=> 1,

    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (ABSTRACT	=> 'META.yml testing module',
       AUTHOR	=> 'Barbie <barbie@cpan.org>') : ()),
);