Change 31767 by [EMAIL PROTECTED] on 2007/08/30 16:11:23

        Subject: [PATCH at 31761] RE: MakeMaker + static misbehaviour
        From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <[EMAIL 
PROTECTED]>
        Date: Thu, 30 Aug 2007 08:11:04 +0200
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/lib/ExtUtils/MakeMaker.pm#134 edit

Differences ...

==== //depot/perl/lib/ExtUtils/MakeMaker.pm#134 (text) ====
Index: perl/lib/ExtUtils/MakeMaker.pm
--- perl/lib/ExtUtils/MakeMaker.pm#133~31522~   2007-07-03 06:51:08.000000000 
-0700
+++ perl/lib/ExtUtils/MakeMaker.pm      2007-08-30 09:11:23.000000000 -0700
@@ -480,7 +480,7 @@
         }
         if ($self->{PARENT}) {
             $self->{PARENT}->{CHILDREN}->{$newclass} = $self;
-            foreach my $opt (qw(POLLUTE PERL_CORE)) {
+            foreach my $opt (qw(POLLUTE PERL_CORE LINKTYPE)) {
                 if (exists $self->{PARENT}->{$opt}
                     and not exists $self->{$opt})
                     {
End of Patch.

Reply via email to