On 9/26/02 10:49 AM, "Rob Barris" <[EMAIL PROTECTED]> wrote:
> Then I went on to install Mac::AppleScript and
> Mac::AppleScript::Glue, they seem OK also.
That's good to know (me being the author of Mac::AppleScript::Glue, and
*not* running 5.8).
> [localhost:~] xbuilder% ./as1.pl
> v-string in use/require non-portable at
> /Library/Perl/Mac/AppleScript/Glue.pm line 234.
>
> What's a v-string ? (ducks..)
Oops. Looks like that's my fault -- I think I'm using a screwy version
number for my "require" line in the script that ensures we're running with a
recent-enough version of Perl.
You can easily fix this by changing line 234 of
/Library/Perl/Mac/AppleScript/Glue.pm from this:
require 5.6.0;
to this:
require 5.6;
I'll update this for a 0.04 version of Mac::AppleScript::Glue.
--
John Labovitz
[EMAIL PROTECTED]
www.johnlabovitz.com