From: Yuval Kogman Date: Mon, 2 Apr 2007 19:04:28 +0000 (+0000) Subject: Add Makefile.PL X-Git-Tag: Devel-GlobalDestruction-0.01~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=commitdiff_plain;h=3a42a9c386fe67dde3ef80452b7a60a137591958 Add Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..33658d5 --- /dev/null +++ b/Makefile.PL @@ -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 => { + }, +); +