This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Hmmm...strftime() does work on Win32, but tzset() is having problems
[perl5.git] / ext / ByteLoader / Makefile.PL
CommitLineData
b295d113 1use ExtUtils::MakeMaker;
e8edd1e6 2
b295d113 3WriteMakefile(
e8edd1e6
TH
4 NAME => 'ByteLoader',
5 VERSION_FROM => 'ByteLoader.pm',
6 XSPROTOARG => '-noprototypes',
15fe5983 7 MAN3PODS => {}, # Pods will be built by installman.
e8edd1e6 8 OBJECT => 'byterun$(OBJ_EXT) ByteLoader$(OBJ_EXT)',
b295d113 9);