[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] YourMines



> Yep.  Found a bug in there too.  If I click on the middle arrow
> (the one pointing down that pops up a menu) and then click away
> from the menu to dismiss it, the MacPerl window appears with
> this message:
> 
> # Use of uninitialized value.
> File 'Macintosh HD:Applications:MacPerl Ÿ:lib:Mac:Menus.pm'; Line 88

It's a bug in Mac::Menus. I have reported it to Matthias. To fix it in
your copy of MacPerl, make this change to lib:Mac:Menus.pm :

sub _HandleMenu {
    my($menuid, $item) = @_;
    return unless defined $menuid; #<<<<< add this line
    my($handler);

-- 
 Kevin Reid: |    Macintosh:      
  "I'm me."  | Think different.

===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org