This is my patch patch.0a for perl5.000.
[p5sagit/p5-mst-13.2.git] / ext / POSIX / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(LIBS => ["-lm -lposix -lcposix"]);