diff options
Diffstat (limited to 'ext/POSIX/Makefile.PL')
-rw-r--r-- | ext/POSIX/Makefile.PL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL index 292882c929..07c3841a00 100644 --- a/ext/POSIX/Makefile.PL +++ b/ext/POSIX/Makefile.PL @@ -18,7 +18,8 @@ WriteMakefile( NAME => 'POSIX', @libs, XSPROTOARG => '-noprototypes', # XXX remove later? - VERSION_FROM => 'POSIX.pm', + VERSION_FROM => 'lib/POSIX.pm', + ABSTRACT_FROM => 'lib/POSIX.pod', realclean => {FILES=> 'const-c.inc const-xs.inc'}, ); |