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