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
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 );