This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make the 5.9 changes to B conditional on perl version.
[perl5.git] / ext / ByteLoader / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
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 );