diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-03-26 11:36:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-03-26 11:36:45 +0000 |
commit | df4bc1f3db37f537676613dcfce8f558620c6cad (patch) | |
tree | 2deb13dbd615f7d982ebe8dfd28e660be6260aa1 /ext/Opcode | |
parent | 776304fb7495ca9887f88c5e9a08bc830a2f4b4d (diff) | |
download | perl-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.PL | 6 |
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', -); |