aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Mac-FileSpec-Unixish/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Mac-FileSpec-Unixish/pkg-descr')
-rw-r--r--devel/p5-Mac-FileSpec-Unixish/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/p5-Mac-FileSpec-Unixish/pkg-descr b/devel/p5-Mac-FileSpec-Unixish/pkg-descr
new file mode 100644
index 000000000000..6c42cb85b5de
--- /dev/null
+++ b/devel/p5-Mac-FileSpec-Unixish/pkg-descr
@@ -0,0 +1,12 @@
+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