This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extend OP_AELEMFAST optimisation to lexical arrays
[perl5.git] / ext / B / C / Makefile.PL
1 #!perl
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile( NAME => 'B::C',
6                VERSION_FROM => '../B/C.pm'
7              );
8