From a55517c1aff25a0a629e83c652284e3fec6421ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Mon, 12 Dec 2011 10:34:23 -0600 Subject: perl/perl-File-HomeDir: Added (Find your home and other directories) Signed-off-by: Robby Workman --- perl/perl-File-HomeDir/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 perl/perl-File-HomeDir/README (limited to 'perl/perl-File-HomeDir/README') diff --git a/perl/perl-File-HomeDir/README b/perl/perl-File-HomeDir/README new file mode 100644 index 0000000000..339f00f5c6 --- /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. -- cgit v1.2.3