summaryrefslogtreecommitdiff
path: root/ext/Opcode/Makefile.PL
blob: 890832acecee3fa48f7a1e0fb3f377030bd9d1a1 (plain)
1
2
3
4
5
6
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME => 'Opcode',
    MAN3PODS 	=> {},
    VERSION_FROM => 'Opcode.pm',
);