diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-12-12 10:34:23 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:47 -0200 |
commit | a55517c1aff25a0a629e83c652284e3fec6421ec (patch) | |
tree | 2223ca1828bc60ade9af93d6d29919d735908213 /perl/perl-File-HomeDir/README | |
parent | 7a66f49e3490a18592b394bfcc45eda7e8585c15 (diff) |
perl/perl-File-HomeDir: Added (Find your home and other directories)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-HomeDir/README')
-rw-r--r-- | perl/perl-File-HomeDir/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perl/perl-File-HomeDir/README b/perl/perl-File-HomeDir/README new file mode 100644 index 000000000000..339f00f5c65f --- /dev/null +++ b/perl/perl-File-HomeDir/README @@ -0,0 +1,10 @@ +File::HomeDir is a module for locating the directories that are +"owned" by a user (typicaly your user) and to solve the various +issues that arise trying to find them consistently across a wide +variety of platforms. + +The end result is a single API that can find your resources on any +platform, making it relatively trivial to create Perl software that +works elegantly and correctly no matter where you run it. + +This requires perl-File-Which. |