correct bugs exposed in MM_Unix.pm by commenting out Selfloader
[p5sagit/p5-mst-13.2.git] / ext / IPC / SysV / Makefile.PL
index 6f89db4..60dd74d 100644 (file)
@@ -22,8 +22,8 @@ sub MY::libscan
 WriteMakefile(
        VERSION_FROM    => "SysV.pm",
        NAME            => "IPC::SysV",
+       MAN3PODS        => {},  # Pods will be built by installman.
  
-       'linkext'       => {LINKTYPE => 'dynamic' },
        'dist'          => {COMPRESS => 'gzip -9f',
                            SUFFIX   => 'gz', 
                            DIST_DEFAULT => 'all tardist',