be0ec91c9b4e75e9f655ae82d243282188c9e45d
[collectd.git] / bindings / perl / Collectd / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4         'NAME'          => 'Collectd::Unixsock',
5         'VERSION'       => '4.1.2',
6         'AUTHOR'        => 'Florian Forster <octo@verplant.org>',
7 );
8
9 # vim: set sw=4 ts=4 tw=78 noexpandtab :