File::HomeDir::Driver - Base class for all File::HomeDir drivers |
File::HomeDir::Driver - Base class for all File::HomeDir drivers
This module is the base class for all the File::HomeDir manpage drivers, and must be inherited from to identify a class as a driver.
It is primarily provided as a convenience for this specific identification
purpose, as the File::HomeDir manpage supports the specification of custom drivers
and an ->isa
check is used during the loading of the driver.
Adam Kennedy <adamk@cpan.org>
Copyright 2009 - 2011 Adam Kennedy.
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.
File::HomeDir::Driver - Base class for all File::HomeDir drivers |