bindings/perl: Move the files into the default directory structure for ExtUtils:...
[collectd.git] / bindings / perl / Collectd / Makefile.PL
diff --git a/bindings/perl/Collectd/Makefile.PL b/bindings/perl/Collectd/Makefile.PL
deleted file mode 100644 (file)
index baf7166..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
-       'NAME'          => 'Collectd::Unixsock',
-       'AUTHOR'        => 'Florian Forster <octo@verplant.org>',
-);
-
-# vim: set sw=4 ts=4 tw=78 noexpandtab :