This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
save RE context when calling __WARN__ and __DIE__ hooks;
[perl5.git] / ext / POSIX / Makefile.PL
CommitLineData
42793c05 1use ExtUtils::MakeMaker;
4ad3186e 2WriteMakefile(
1adb159c 3 NAME => 'POSIX',
4fabb596 4 ($^O eq 'MSWin32' ? () : (LIBS => ["-lm -lposix -lcposix"])),
69158f75 5 MAN3PODS => {}, # Pods will be built by installman.
4ad3186e 6 XSPROTOARG => '-noprototypes', # XXX remove later?
c07a80fd 7 VERSION_FROM => 'POSIX.pm',
4ad3186e 8);