diff options
author | Ryan S. Northrup <northrup@yellowapple.us> | 2017-02-11 21:42:45 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-11 21:43:05 +0000 |
commit | 1d2f6ff75c5a0e1e3e4f6dfb8ad7ed4bf77b6d91 (patch) | |
tree | e3a064bfdc66f38b3de2e5306ecac7ebce49fb88 /perl/perl-file-path-expand/README | |
parent | cb4c9f87b35b80bc00d2c3529317b1117a02497b (diff) |
perl/perl-file-path-expand: New maintainer + new download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-file-path-expand/README')
-rw-r--r-- | perl/perl-file-path-expand/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-file-path-expand/README b/perl/perl-file-path-expand/README index 961355caf12a0..68986198525f0 100644 --- a/perl/perl-file-path-expand/README +++ b/perl/perl-file-path-expand/README @@ -1,3 +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. +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. |