projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4b4509f
)
Add Makefile.PL
Yuval Kogman [Mon, 2 Apr 2007 19:04:28 +0000 (19:04 +0000)]
Makefile.PL
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile.PL
b/Makefile.PL
new file mode 100644
(file)
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 => {
+ },
+);
+