Code

Moved contrib/PerlLib/ to bindings/perl/.
[collectd.git] / bindings / perl / Makefile.PL
1 use ExtUtils::MakeMaker;
3 WriteMakefile(
4         'NAME'          => 'Collectd',
5         'VERSION'       => '4.1.2',
6         'AUTHOR'        => 'Sebastian Harl <sh@tokkee.org>',
7 );
9 # vim: set sw=4 ts=4 tw=78 noexpandtab :