mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
f5a38e2a95
manipluate pathspecs in Unixish style.
13 lines
567 B
Plaintext
13 lines
567 B
Plaintext
Mac::FileSpec::Unixish provides two functions, `nativize' and `unixify'
|
|
(both of which are exported by default), that will allow you to denote
|
|
and manipulate pathspecs in Unixish style, and let you convert these
|
|
pathspecs to and from the native OS's format for conveying such things.
|
|
It currently assumes that if you are not running under MacOS (as
|
|
reported in `$^O'), you must be on a Unix box. If you want better, use
|
|
File::Spec -- in essence, Mac::FileSpec::Unixish is a cheap hack to get
|
|
around using File::Spec.
|
|
|
|
Author: Sean M. Burke <sburke@cpan.org>
|
|
|
|
--will
|