From 69158f75613eae787b94b6b4c3c353cf740e0e09 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Thu, 15 Oct 1998 02:46:08 +0000 Subject: correct bugs exposed in MM_Unix.pm by commenting out Selfloader (MAN3PODS cannot be set to ' '; stray stricture violation) p4raw-id: //depot/perl@1967 --- ext/Socket/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/Socket') diff --git a/ext/Socket/Makefile.PL b/ext/Socket/Makefile.PL index 7b9469a728..3819143ac0 100644 --- a/ext/Socket/Makefile.PL +++ b/ext/Socket/Makefile.PL @@ -2,6 +2,6 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Socket', VERSION_FROM => 'Socket.pm', - MAN3PODS => ' ', # Pods will be built by installman. + MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', # XXX remove later? ); -- cgit v1.2.1