in reply to Mac OSX Question

Mac OS X 10.2.4 has a different version of Perl than 10.4 (5.8.0 I believe versus 5.8.6 in Tiger). Since MacOSX::File::Copy uses some compiled code, you'll need to reinstall that from CPAN. I think that the reason that File::Copy::Recursive works is that it is part of the base install of Perl so it is up to date.

Replies are listed 'Best First'.
Re^2: Mac OSX Question
by jhourcle (Prior) on May 28, 2005 at 20:32 UTC
    The module would definately need to installed, because 10.2 shipped with perl 5.6.0, so if there is any xs code, it needs to be recompiled.