You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zachary Storer a3e3ec97bf perl/perl-file-path-expand: Fix source URLs. 11 years ago
..
README perl/*: Moved all of the Perl modules to here 15 years ago
perl-file-path-expand.SlackBuild various: Update find command to match template. 12 years ago
perl-file-path-expand.info perl/perl-file-path-expand: Fix source URLs. 11 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

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.