slackbuilds_ponce/libraries/perl-file-path-expand
2010-05-19 02:38:48 -04:00
..
perl-file-path-expand.info libraries/perl-file-path-expand: Added to 13.0 repository 2010-05-13 00:59:11 +02:00
perl-file-path-expand.SlackBuild libraries/perl-file-path-expand: Fixed for bash4. 2010-05-19 02:38:48 -04:00
README libraries/perl-file-path-expand: Added to 13.0 repository 2010-05-13 00:59:11 +02:00
slack-desc libraries/perl-file-path-expand: Added to 13.0 repository 2010-05-13 00:59:11 +02: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.