use ExtUtils::MakeMaker;
WriteMakefile(
    NAME => 'Opcode',
    MAN3PODS 	=> ' ',
    VERSION_FROM => 'Opcode.pm',
    XS_VERSION => '1.03'
);
