1File::HomeDir::MacOS9(3U)ser Contributed Perl DocumentatiFoinle::HomeDir::MacOS9(3)
2
3
4

NAME

6       File::HomeDir::MacOS9 - Find your home and other directories on legacy
7       Macs
8

SYNOPSIS

10         use File::HomeDir;
11
12         # Find directories for the current user
13         $home    = File::HomeDir->my_home;
14         $desktop = File::HomeDir->my_desktop;
15

DESCRIPTION

17       This module provides implementations for determining common user
18       directories on legacy Mac hosts. In normal usage this module will
19       always be used via File::HomeDir.
20
21       This module is no longer actively maintained, and is included only for
22       extreme back-compatibility.
23
24       Only the "my_home" and "my_desktop" methods are supported.
25

SUPPORT

27       See the support section the main File::HomeDir module.
28

AUTHORS

30       Adam Kennedy <adamk@cpan.org>
31
32       Sean M. Burke <sburke@cpan.org>
33

SEE ALSO

35       File::HomeDir
36
38       Copyright 2005 - 2011 Adam Kennedy.
39
40       Some parts copyright 2000 Sean M. Burke.
41
42       This program is free software; you can redistribute it and/or modify it
43       under the same terms as Perl itself.
44
45       The full text of the license can be found in the LICENSE file included
46       with this module.
47
48
49
50perl v5.26.3                      2017-04-06          File::HomeDir::MacOS9(3)
Impressum