summaryrefslogtreecommitdiffstats
path: root/perl/perl-File-Save-Home/README
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-06-25 02:34:06 +0200
committer Willy Sudiarto Raharjo2015-06-25 02:34:06 +0200
commit1f6f036e8a8790925c35c9d81bfe1468a3ab058a (patch)
treee4ed254fb2a3248e0290bc191eea6c405eef65b3 /perl/perl-File-Save-Home/README
parente84de87d335f128773e4187640e9dbd575313e0b (diff)
downloadslackbuilds-1f6f036e8a8790925c35c9d81bfe1468a3ab058a.tar.gz
perl/perl-File-Save-Home: Added (Place file safely).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-Save-Home/README')
-rw-r--r--perl/perl-File-Save-Home/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/perl/perl-File-Save-Home/README b/perl/perl-File-Save-Home/README
new file mode 100644
index 0000000000..05771c8dce
--- /dev/null
+++ b/perl/perl-File-Save-Home/README
@@ -0,0 +1,13 @@
+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?
+
+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.