Find your home and other directories, on any platform
http://search.cpan.org/dist/File-HomeDir/
File::HomeDir is a module for dealing with issues relating to the location
of directories that are "owned" by a user, primarily your user, and to
solve these issues consistently across a wide variety of platforms.
Thus, a single API is presented that can find your resources on any
platform.
Authors:
--------
Adam Kennedy
Sean M. Burke
Chris Nandor
Stephen Steneker
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-File-HomeDir
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-File-HomeDir && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
File-HomeDir-0.97.tar.gz | 0000049481 48.3 KB | |
_link | 0000000124 124 Bytes | |
perl-File-HomeDir.changes | 0000004213 4.11 KB | |
perl-File-HomeDir.spec | 0000004341 4.24 KB |
Revision 10 (latest revision is 25)
Stephan Kulow (coolo)
committed
(revision 10)
- update to 0.97 - Removed a dubious "different users have different data" test on Macs - Removed tests for legacy %~ interface - More special casing in tests to deal with stripped down non-root Mac environments (mostly to make BINGOS' automated testing pass) - use Mac::SystemDirectory for each Darwin based MacOS. (REHSACK) - Be less strict about desktop and others on FreeDesktop (ADAMK) - Adding experimental support for my_dist_config() (JQUELIN) - Adding diag comment on which drivers gets used (ADAMK) - Updating to Module::Install 1.00 (ADAMK) - Add a bit more docs, and tweak the existing stuff a bit (ADAMK) - Deprecated the %~ interface. It will continue to exist as an undocumented legacy interface until 2015, warnings will be issued from 2013 (ADAMK) - On FreeDesktop.org systems, root often does not have the relevant directories. Skip tests for them in the same way as we do for the Mac root users on darwin (GARU)
Comments 0