-
-
28 Sep 2020 14:57:05 UTC
- Distribution: File-HomeDir
- Module version: 1.006
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (11)
- Testers (3661 / 0 / 2)
- Kwalitee
Bus factor: 1- 41.85% Coverage
- License: perl_5
- Perl: v5.8.3
- Activity
24 month- Tools
- Download (35.01KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- Cwd
- File::Basename
- File::Path
- File::Spec
- File::Temp
- File::Which
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
File::HomeDir::MacOS9 - Find your home and other directories on legacy Macintosh systems
SYNOPSIS
use File::HomeDir; # Find directories for the current user $home = File::HomeDir->my_home; $desktop = File::HomeDir->my_desktop;
DESCRIPTION
This module provides implementations for determining common user directories on legacy Mac hosts. In normal usage this module will always be used via File::HomeDir.
This module is no longer actively maintained, and is included only for extreme back-compatibility.
Only the
my_home
andmy_desktop
methods are supported.SUPPORT
See the support section the main File::HomeDir module.
AUTHORS
Adam Kennedy <adamk@cpan.org>
Sean M. Burke <sburke@cpan.org>
SEE ALSO
COPYRIGHT
Copyright 2005 - 2011 Adam Kennedy.
Copyright 2017 - 2020 Jens Rehsack
Some parts copyright 2000 Sean M. Burke.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
Module Install Instructions
To install File::HomeDir, copy and paste the appropriate command in to your terminal.
cpanm File::HomeDir
perl -MCPAN -e shell install File::HomeDir
For more information on module installation, please visit the detailed CPAN module installation guide.