Merge branch 'collectd-5.3' into collectd-5.4
[collectd.git] / bindings / perl / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4         'NAME'          => 'Collectd',
5         'AUTHOR'        => 'Sebastian Harl <sh@tokkee.org>',
6 );
7
8 # vim: set sw=4 ts=4 tw=78 noexpandtab :