This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
integrate cfgperl contents into mainline
[perl5.git] / ext / Opcode / Makefile.PL
... / ...
CommitLineData
1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'Opcode',
4 MAN3PODS => {},
5 VERSION_FROM => 'Opcode.pm',
6 XS_VERSION => '1.03'
7);