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

Re: [MacPerl] runtime newbie ?



On Tue, 10 Oct 2000, g3pb wrote:

> i am trying to save a script as a 'runtime version' that contains the
> following use statement:
> 
> use Mac::StandardFile;
> 
> when running from the MacPerl app the script functions as expected, when run
> from the Finder after saving as runtime version i get the following error:

Does "use" have whitespace in front of it on the line?  The Runtime
Builder has a regexp which doesn't handle whitespace on the front of the
line.  You can open and fix the regexp yourself (look for use|require in
the droplet code, prepend a \w*).


--
MattLangford 


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