summaryrefslogtreecommitdiff
path: root/ext/Opcode
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-03-26 11:36:45 +0000
committerNicholas Clark <nick@ccl4.org>2009-03-26 11:36:45 +0000
commitdf4bc1f3db37f537676613dcfce8f558620c6cad (patch)
tree2deb13dbd615f7d982ebe8dfd28e660be6260aa1 /ext/Opcode
parent776304fb7495ca9887f88c5e9a08bc830a2f4b4d (diff)
downloadperl-df4bc1f3db37f537676613dcfce8f558620c6cad.tar.gz
make_ext.pl's automatic Makefile.PL generation can write these five for us.
Diffstat (limited to 'ext/Opcode')
-rw-r--r--ext/Opcode/Makefile.PL6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/Opcode/Makefile.PL b/ext/Opcode/Makefile.PL
deleted file mode 100644
index 890832acec..0000000000
--- a/ext/Opcode/Makefile.PL
+++ /dev/null
@@ -1,6 +0,0 @@
-use ExtUtils::MakeMaker;
-WriteMakefile(
- NAME => 'Opcode',
- MAN3PODS => {},
- VERSION_FROM => 'Opcode.pm',
-);