This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
macify(ABSTRACT_FROM)
authorChris Nandor <pudge@pobox.com>
Thu, 7 Feb 2002 18:36:29 +0000 (18:36 +0000)
committerChris Nandor <pudge@pobox.com>
Thu, 7 Feb 2002 18:36:29 +0000 (18:36 +0000)
p4raw-id: //depot/maint-5.6/macperl@14583

macos/lib/ExtUtils/MM_MacOS.pm

index 910c22a..33a21d9 100644 (file)
@@ -143,6 +143,8 @@ END
     foreach $section ( @ExtUtils::MakeMaker::MM_Sections ){
        next if ($self->{SKIPHASH}{$section} == 2);
        print "Processing Makefile '$section' section\n" if ($Verbose >= 2);
+       $self->{ABSTRACT_FROM} = macify($self->{ABSTRACT_FROM})
+               if $self->{ABSTRACT_FROM};
        my($skipit) = $self->skipcheck($section);
        if ($skipit){
            push @{$self->{RESULT}}, "\n# --- MakeMaker $section section $skipit.";