Add Makefile.PL
Yuval Kogman [Mon, 2 Apr 2007 19:04:28 +0000 (19:04 +0000)]
Makefile.PL [new file with mode: 0644]

diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..33658d5
--- /dev/null
@@ -0,0 +1,16 @@
+#!/usr/bin/perl -w
+
+use strict;
+
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+       NAME         => '',
+       VERSION_FROM => '',
+       INSTALLDIRS  => 'site',
+       SIGN         => 1,
+       PL_FILES     => { },
+       PREREQ_PM    => {
+       },
+);
+