diff options
author | Perl 5 Porters <perl5-porters.nicoh.com> | 1996-01-13 04:16:49 +0000 |
---|---|---|
committer | Andy Dougherty <doughera.lafayette.edu> | 1996-01-13 04:16:49 +0000 |
commit | 4ad3186eb5319bf0399d911b0a1f7d45dbe377c8 (patch) | |
tree | a0ab6527cea954e89ebe87c6af90bee3987e624c /ext/Socket | |
parent | 1476d272ad11d4ee4160587660fab223f7373e88 (diff) | |
download | perl-4ad3186eb5319bf0399d911b0a1f7d45dbe377c8.tar.gz |
perl 5.002beta2 patch
Disable prototypes.
Disable pod2man.
Diffstat (limited to 'ext/Socket')
-rw-r--r-- | ext/Socket/Makefile.PL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/Socket/Makefile.PL b/ext/Socket/Makefile.PL index a12c3394f6..f4850a0175 100644 --- a/ext/Socket/Makefile.PL +++ b/ext/Socket/Makefile.PL @@ -1,2 +1,6 @@ use ExtUtils::MakeMaker; -WriteMakefile(VERSION => 1.5); +WriteMakefile( + VERSION => 1.5, + MAN3PODS => ' ', # Pods will be built by installman. + XSPROTOARG => '-noprototypes', # XXX remove later? +); |