This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
newSV(size) and SvPOK_on() will be more efficient than newSVpvs("")
[perl5.git] / ext / Opcode / Makefile.PL
CommitLineData
6badd1a5 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'Opcode',
69158f75 4 MAN3PODS => {},
6badd1a5 5 VERSION_FROM => 'Opcode.pm',
6badd1a5 6);