diff options
Diffstat (limited to 'contrib/perl5/ext/Opcode/Makefile.PL')
-rw-r--r-- | contrib/perl5/ext/Opcode/Makefile.PL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/perl5/ext/Opcode/Makefile.PL b/contrib/perl5/ext/Opcode/Makefile.PL new file mode 100644 index 0000000000000..48a6ed82b8971 --- /dev/null +++ b/contrib/perl5/ext/Opcode/Makefile.PL @@ -0,0 +1,7 @@ +use ExtUtils::MakeMaker; +WriteMakefile( + NAME => 'Opcode', + MAN3PODS => ' ', + VERSION_FROM => 'Opcode.pm', + XS_VERSION => '1.03' +); |