slackbuilds/perl/perl-file-path-expand
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
..
README perl/perl-file-path-expand: New maintainer + new download. 2017-02-11 21:43:05 +00:00
perl-file-path-expand.SlackBuild perl/perl-file-path-expand: New maintainer + new download. 2017-02-11 21:43:05 +00:00
perl-file-path-expand.info perl/perl-file-path-expand: New maintainer + new download. 2017-02-11 21:43:05 +00:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.