summaryrefslogtreecommitdiffstats
path: root/perl/perl-File-Save-Home
diff options
context:
space:
mode:
author B. Watson2016-11-06 22:54:27 +0100
committer Willy Sudiarto Raharjo2016-11-12 00:58:01 +0100
commit103e4a64fff0ab04fb738b8f6faa72bee8f55927 (patch)
tree0f5e5d47995fe5a1567166ff252d3594be49b822 /perl/perl-File-Save-Home
parent203322cf6d0e7044d0a625c8222d6721e98e0dc6 (diff)
downloadslackbuilds-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/README17
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.