slackbuilds_ponce/libraries/perl-file-path-expand
David Somero 65dde40852 libraries/perl-file-path-expand: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:09:44 -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: Misc automated cleanups. 2010-06-04 01:09:44 -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.