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 This program is free software; you can redistribute it and/or modify it
27 under the same terms as Perl itself.
28
29 The full text of the license can be found in the LICENSE file included
30 with this module.
31
32
33
34perl v5.16.3 2012-10-19 File::HomeDir::Driver(3)