SlackBuildsOrg/perl/perl-file-path-expand
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
perl-file-path-expand.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
perl-file-path-expand.SlackBuild perl/*: Moved all of the Perl modules to here 2011-03-20 12:32:34 -05:00
README perl/*: Moved all of the Perl modules to here 2011-03-20 12:32:34 -05:00
slack-desc perl/*: Moved all of the Perl modules to here 2011-03-20 12:32:34 -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.