summaryrefslogtreecommitdiff
path: root/libraries/perl-file-path-expand/README
diff options
context:
space:
mode:
authorPablo Santamaria <pablosantamaria@gmail.com>2010-05-13 00:59:11 +0200
committerMichiel van Wessem <michiel@slackbuilds.org>2010-05-13 00:59:11 +0200
commitf87caea2479e82700c66b9e1b55fabfe2808123a (patch)
treea05ab21cbf6a9a3eb7a513b1c4c3fc643274540e /libraries/perl-file-path-expand/README
parent1c6d0153f0ece1fbf6002ccdf89ee2d5cbc53525 (diff)
downloadslackbuilds-f87caea2479e82700c66b9e1b55fabfe2808123a.tar.gz
libraries/perl-file-path-expand: Added to 13.0 repository
Diffstat (limited to 'libraries/perl-file-path-expand/README')
-rw-r--r--libraries/perl-file-path-expand/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/perl-file-path-expand/README b/libraries/perl-file-path-expand/README
new file mode 100644
index 0000000000..961355caf1
--- /dev/null
+++ b/libraries/perl-file-path-expand/README
@@ -0,0 +1,3 @@
+File::Path::Expand expands user directories in filenames.
+For the simple case it's no more complex than s{^~/}{$HOME/},
+but for other cases it consults getpwent and does the right thing.