1File::HomeDir::Driver(3U)ser Contributed Perl DocumentatiFoinle::HomeDir::Driver(3)
2
3
4
6 File::HomeDir::Driver - Base class for all File::HomeDir drivers
7
9 This module is the base class for all File::HomeDir drivers, and must
10 be inherited from to identify a class as a driver.
11
12 It is primarily provided as a convenience for this specific
13 identification purpose, as File::HomeDir supports the specification of
14 custom drivers and an "->isa" check is used during the loading of the
15 driver.
16
18 Adam Kennedy <adamk@cpan.org>
19
21 File::HomeDir
22
24 Copyright 2009 - 2011 Adam Kennedy.
25
26 Copyright 2017 - 2020 Jens Rehsack
27
28 This program is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31 The full text of the license can be found in the LICENSE file included
32 with this module.
33
34
35
36perl v5.34.0 2022-01-21 File::HomeDir::Driver(3)