MacOS Classic catdir() rewrite from Thomas Wegner
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 15 Oct 2001 12:58:24 +0000 (12:58 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 15 Oct 2001 12:58:24 +0000 (12:58 +0000)
commit2586ba89304e7acdb4f9d621c694129dc14f6c8f
tree241ba95a5ce8581a5aef8e595dcc2481fe6679d6
parent124f20193562047cb8a15da2ceac9eea52d2b122
MacOS Classic catdir() rewrite from Thomas Wegner
(backward incompatibility, but a deliberate one,
the old version simply is broken in its logic),
also documentation updates, and as suggested replicated
the File::Spec::Unix documentation updates also on the
File::Spec documentation.

TODO: there seems to be duplication of documentation
between File::Spec and File::Spec::Unix.  I think
the ::Unix should be left only with specific UNIXisms,
and all the generic documentation should be in ::Spec.

p4raw-id: //depot/perl@12440
lib/File/Find/t/find.t
lib/File/Find/t/taint.t
lib/File/Spec.pm
lib/File/Spec.t
lib/File/Spec/Mac.pm
lib/File/Spec/Unix.pm