X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fperl%2FMakefile.PL;h=68fb260d581440854e5217c580fadf77e36c215f;hb=cedb6f147e94d0e952449f731313412ef4d67904;hp=f2ef2fd33c1799a6d44f265018c34d8eb3588716;hpb=7237c726f589df921a26d6951c2d1bf853580c43;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 :