diff options
Diffstat (limited to 'perl/perl-file-path-expand/README')
-rw-r--r-- | perl/perl-file-path-expand/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-file-path-expand/README b/perl/perl-file-path-expand/README index 961355caf12a0..68986198525f0 100644 --- a/perl/perl-file-path-expand/README +++ b/perl/perl-file-path-expand/README @@ -1,3 +1,3 @@ -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. +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. |