This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[Patch 5.8.1 Encode.pm] v-strings deprecated
[perl5.git] / ext / ByteLoader / Makefile.PL
... / ...
CommitLineData
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'ByteLoader',
5 VERSION_FROM => 'ByteLoader.pm',
6 XSPROTOARG => '-noprototypes',
7 MAN3PODS => {}, # Pods will be built by installman.
8 OBJECT => 'byterun$(OBJ_EXT) ByteLoader$(OBJ_EXT)',
9);