Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 роки тому
..
README 103e4a64ff perl/perl-File-Save-Home: Update README. 8 роки тому
perl-File-Save-Home.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 роки тому
perl-File-Save-Home.info 9760997213 perl/perl-File-Safe-Home: New maintainer. 4 роки тому
slack-desc dfafe59a5f perl/perl-File-Save-Home: Fix slack-desc. 8 роки тому

README

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.