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