Code

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