[win32] support POSIX, enable more locale tests
[p5sagit/p5-mst-13.2.git] / ext / POSIX / Makefile.PL
index 3717a0a..bc1dda9 100644 (file)
@@ -1,2 +1,8 @@
 use ExtUtils::MakeMaker;
-WriteMakefile(LIBS => ["-lm -lposix -lcposix"]);
+WriteMakefile(
+    NAME       => 'POSIX',
+    ($^O eq 'MSWin32' ? () : (LIBS     => ["-lm -lposix -lcposix"])),
+    MAN3PODS   => ' ',         # Pods will be built by installman.
+    XSPROTOARG => '-noprototypes',             # XXX remove later?
+    VERSION_FROM => 'POSIX.pm', 
+);