blob: 68bce135f836c33f810d046179724bda0cb62446 (
plain)
1
2
3
4
5
6
7
|
use ExtUtils::MakeMaker;
WriteMakefile(
LIBS => ["-lm -lposix -lcposix"],
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'POSIX.pm',
);
|