kill makefile.pl.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 22 Nov 2010 23:34:12 +0000 (00:34 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 22 Nov 2010 23:34:12 +0000 (00:34 +0100)
Makefile.PL [deleted file]

diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100755 (executable)
index 62d41d8..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
-    'NAME'     => 'BuildFarm',
-    'VERSION_FROM' => 'build.pm',
-       'EXE_FILES' => [ 'fill_db.pl', 'web/build.pl' ],
-       'test' => { 'TESTS' => 'tests/*.pl' }
-);