This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge maint-5.004 branch (5.004_04) with mainline.
[perl5.git] / ext / Opcode / Makefile.PL
CommitLineData
6badd1a5 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'Opcode',
137443ea 4 MAN3PODS => ' ',
6badd1a5 5 VERSION_FROM => 'Opcode.pm',
e858de61 6 XS_VERSION => '1.03'
6badd1a5 7);