]> git.pld-linux.org Git - packages/perl.git/blob - perl-installman.patch
d41edb020c64e4f5dbafabab42f82edd perl-CPAN-1.50.patch
[packages/perl.git] / perl-installman.patch
1 --- perl-5.6.0/lib/ExtUtils/MM_Unix.pm.instman  Thu Mar  2 18:52:52 2000
2 +++ perl-5.6.0/lib/ExtUtils/MM_Unix.pm  Thu Mar 23 17:32:54 2000
3 @@ -1757,6 +1757,12 @@
4      # you to build directly into, say $Config::Config{privlibexp}.
5      unless ($self->{INST_LIB}){
6  
7 +    for $install_variable (qw/
8 +                          INSTALLMAN1DIR
9 +                          INSTALLMAN3DIR
10 +                          /) {
11 +       $self->prefixify($install_variable,$configure_prefix,qq[\$\(PREFIX\)]);
12 +    }
13  
14         ##### XXXXX We have to change this nonsense
15  
This page took 0.056848 seconds and 3 git commands to generate.