[ macperl-Bugs-513003 ] "installme" droplet failes
[email protected] Mon, 04 Feb 2002 14:15:52 -0800
| Newsgroups | perl.macperl.porters |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #513003, was opened at 2002-02-04 14:15
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=107940&aid=513003&group_id=7940
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Axel Rose (axelrose)
Assigned to: Nobody/Anonymous (nobody)
Summary: "installme" droplet failes
Initial Comment:
When I drop e.g. the CPAN PostScript::Simple tgz distribution file on
"installme" I end with
No volume:desktop folder:PostScript-Simple-0.03 package data
Without fully understanding what goes on I could trace this to a
'ppd' section.
The following patch cured it.
:lib:ExtUtils:MM_MacOS.pm
< push @{$self->{RESULT}}, $self->nicetext($self->$section( %a ));
> push @{$self->{RESULT}}, $self->nicetext($self->$section( %a )) if %a;
Axel
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=107940&aid=513003&group_id=7940