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