diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-06 16:54:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-12 06:58:01 +0700 |
commit | 103e4a64fff0ab04fb738b8f6faa72bee8f55927 (patch) | |
tree | 0f5e5d47995fe5a1567166ff252d3594be49b822 /perl/perl-File-Save-Home | |
parent | 203322cf6d0e7044d0a625c8222d6721e98e0dc6 (diff) | |
download | slackbuilds-103e4a64fff0ab04fb738b8f6faa72bee8f55927.tar.gz |
perl/perl-File-Save-Home: Update README.
Diffstat (limited to 'perl/perl-File-Save-Home')
-rw-r--r-- | perl/perl-File-Save-Home/README | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/perl/perl-File-Save-Home/README b/perl/perl-File-Save-Home/README index 05771c8dce..1a4af135b2 100644 --- a/perl/perl-File-Save-Home/README +++ b/perl/perl-File-Save-Home/README @@ -2,12 +2,15 @@ perl-File-Save-Home (Place file safely under user home directory). File::Save::Home - Place file safely under user home directory. -In the course of deploying an application on another user's system, you sometimes need to place -a file in or underneath that user's home directory. Can you do so safely? +In the course of deploying an application on another user's system, +you sometimes need to place a file in or underneath that user's home +directory. Can you do so safely? -This Perl extension provides several functions which try to determine whether you can, indeed, -safely create directories and files underneath a user's home directory. +This Perl extension provides several functions which try to determine +whether you can, indeed, safely create directories and files underneath +a user's home directory. -Among other things, if you are placing a file in such a location only temporarily -- say, for -testing purposes -- you can temporarily hide any already existing file with the same name and -restore it to its original name and timestamps when you are done. +Among other things, if you are placing a file in such a location only +temporarily -- say, for testing purposes -- you can temporarily hide any +already existing file with the same name and restore it to its original +name and timestamps when you are done. |