Fred,

on 02.1.9 9:12 AM, Wilfredo Sánchez at [EMAIL PROTECTED] wrote:
> Have you considered adding this functionality into existing File I/O
> code (possibly with some new options) instead of adding whole new API?

Do you mean that I modify File::Copy?  That's a possibility but as I
answered in MacOSX::File::Copy vs. File::Coply, I believe File::Copy should
behave like /bin/cp (actually, copy() does cp -p because it copies mtime and
atime) while MacOSX::File::Copy behaves like /Developer/Tools/CpMac.  No one
knows if someone wants to explicitly copy("._file", "elsewhere/._file")....

Other modules in question might BSD::stat, yet another module by me that
works like CORE::stat and File::stat combined with BSD-specific fields.
That one works perfectly fine on MacOSX as well (Not to mention FreeBSD and
NetBSD.  I'm yet to test that on OpenBSD but I believe it works).  Darwin is
surprisingly BSD maybe except for directory layouts.

Dan the PM Writer

Reply via email to