Make h2ph generate constant subs
[p5sagit/p5-mst-13.2.git] / ext / Opcode / Makefile.PL
CommitLineData
6badd1a5 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'Opcode',
137443ea 4 MAN3PODS => ' ',
6badd1a5 5 VERSION_FROM => 'Opcode.pm',
96e4d5b1 6 XS_VERSION => '1.01'
6badd1a5 7);