in reply to Re: Mac OSX Question
in thread Mac OSX Question

I tried the reinstall but it didn't work???

In the meantime I'm using Applescripts to do the same thing and invoking the unix shell from the AppleScripts to do things that are clumsy in AS.

Note, with regard to the recursive copy module, I have modified it to use MacOSX copy to insure that the meta data AND the files are copied. The recursive copy module only copies the file info.

Thanks for the comments.

Replies are listed 'Best First'.
Re^3: Mac OSX Question
by cbrandtbuffalo (Deacon) on May 29, 2005 at 13:30 UTC
    Try going in and manually deleting the files in the old tree. Then rerun the install. Perl might still be seeing the old version.

    5.6 and 5.8 are not binary compatible, so you're likely to run into this with other modules as well. You'll have to manually delete those modules to install the new ones successfully.