The MPW built MacPerl will save a script as a droplet, and the
droplet runs as it should when double clicked. However MacPerl cannot
'open' the droplet, nor a droplet saved by previous versions of
MacPerl.
The AppleScript:
tell application "MacPerl"
activate
set m to Do Script "MacPerl::Reply(\"$ENV{MACPERL}\")"
end tell
fails with AS message "MacPerl got an error of type 2". Any 'Do
Script' fails similarly -- i.e. it is not the Perl script which is at
fault.
I think both of these are bugs. Would anyone be kind enough to
confirm they are real before registration at SF?
Alan Fry