X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fperl%2FMakefile.PL;h=68fb260d581440854e5217c580fadf77e36c215f;hb=0a63e4493d92f7d739a1849bc65d4e971b047004;hp=f2ef2fd33c1799a6d44f265018c34d8eb3588716;hpb=cb72a2216def7a5935e28644684df73e68a83425;p=collectd.git diff --git a/bindings/perl/Makefile.PL b/bindings/perl/Makefile.PL index f2ef2fd3..68fb260d 100644 --- a/bindings/perl/Makefile.PL +++ b/bindings/perl/Makefile.PL @@ -1,8 +1,9 @@ use ExtUtils::MakeMaker; WriteMakefile( - 'NAME' => 'Collectd', - 'AUTHOR' => 'Sebastian Harl ', + NAME => 'Collectd', + AUTHOR => 'Sebastian Harl ', + TEST_REQUIRES => { 'YAML::Any' => 0 }, ); # vim: set sw=4 ts=4 tw=78 noexpandtab :