Change 14583: macify(ABSTRACT_FROM)
[email protected] (Chris Nandor) Thu, 7 Feb 2002 16:38:59 -0500
| Newsgroups | perl.perl5.changes.mac |
|---|---|
| Message-ID | <p0510030cb888a4690d55@[10.0.1.177]> |
Change 14583 by pudge@pudge-mobile on 2002/02/07 18:36:29
macify(ABSTRACT_FROM)
Affected files ...
.... //depot/maint-5.6/macperl/macos/lib/ExtUtils/MM_MacOS.pm#7 edit
Differences ...
==== //depot/maint-5.6/macperl/macos/lib/ExtUtils/MM_MacOS.pm#7 (text) ====
Index: perl/macos/lib/ExtUtils/MM_MacOS.pm
--- perl/macos/lib/ExtUtils/MM_MacOS.pm.~1~ Thu Feb 7 11:45:10 2002
+++ perl/macos/lib/ExtUtils/MM_MacOS.pm Thu Feb 7 11:45:10 2002
@@ -143,6 +143,8 @@
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.";
End of Patch.