cfc8246aea3b6e77034aee4b2460bf9b9539bac8
[p5sagit/p5-mst-13.2.git] / ext / Opcode / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     NAME => 'Opcode',
4     VERSION_FROM => 'Opcode.pm',
5     MAN3PODS    => ' '
6 );