Bugs item #530127, was opened at 2002-03-14 17:29
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=107940&aid=530127&group_id=7940

Category: Mac Toolbox (Mac:: modules)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Mac::QuickDraw compile problem under Mac

Initial Comment:
The Mac::QuickDraw module (plus a third of the other 
Mac Toolbox modules) are missing the following line:

1;

MacPerl 5.6.1r1 requires this line while MacPerl 
5.2.0r4 does not appear to check for this.

-----------------------
  #!perl -w
  
  use Mac::QuickDraw;
  print "done\n";
-----------------------

The above script gives the following error:

  # Mac/QuickDraw.pm did not return a true value.
  File 'Untitled'; Line 3
  # BEGIN failed--compilation aborted.
  File 'Untitled'; Line 

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=107940&aid=530127&group_id=7940

Reply via email to