slackbuilds_ponce/perl/perl-file-path-expand/README
Ryan S. Northrup 1d2f6ff75c perl/perl-file-path-expand: New maintainer + new download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-02-11 21:43:05 +00:00

3 lines
188 B
Text

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.