slackbuilds_ponce/perl/perl-file-path-expand
2014-07-22 16:22:39 +07:00
..
perl-file-path-expand.info perl/perl-file-path-expand: Fix source URLs. 2014-07-22 16:22:39 +07:00
perl-file-path-expand.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.