make_ext.pl should also set INSTALLMAN1DIR=none when running Makefile.PL
Nicholas Clark [Thu, 26 Mar 2009 12:59:43 +0000 (12:59 +0000)]
make_ext.pl

index d0dcfbf..22a97eb 100644 (file)
@@ -291,7 +291,8 @@ EOM
            my $libd = VMS::Filespec::vmspath($lib_dir);
            push @args, "INST_LIB=$libd", "INST_ARCHLIB=$libd";
        } else {
-           push @args, 'INSTALLDIRS=perl', 'INSTALLMAN3DIR=none';
+           push @args, 'INSTALLDIRS=perl', 'INSTALLMAN1DIR=none',
+               'INSTALLMAN3DIR=none';
        }
        push @args, @$pass_through;
        _quote_args(\@args) if $is_VMS;