[inseparable changes from patch from perl5.003_11 to perl5.003_12]
[p5sagit/p5-mst-13.2.git] / ext / Opcode / Makefile.PL
CommitLineData
6badd1a5 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'Opcode',
4 VERSION_FROM => 'Opcode.pm',
5 MAN3PODS => ' '
6);