Config::Find::Any - Perl base class for Config::Find
# don't use Config::Find::Any;
use Config::Find;
This module implements basic methods for Config::Find.
Every Config::Find class has to be derived from this one and two methods have to
be redefined, while the remainder can be utilized by the class as required.
- $class->look_for_file($name, $write, $global)
- $class->look_for_dir_file($dir, $name, $write,
$global)
- $class->guess_full_script_name($file)
- $class->guess_script_name($file)
- $class->guess_script_dir($file)
- $class->is_one_liner($file)
- $class->add_extension($name, $extension)
- $class->create_parent_dir($file)
- $class->parent_dir($dir)
- $class->create_dir($dir)
- $class->my_catfile($path,$to,$file,...)
- $class->my_catdir($path,$to,$dir,...)
- $class->my_getlogin()
Config::Find, Config::Find::Unix, Config::Find::Win32.
Salvador Fandiño García, <
[email protected]>
Barbie, <
[email protected]> (some bug fixes and documentation)
Copyright 2003-2015 by Salvador Fandiño García
(
[email protected]) Copyright 2015 by Barbie (
[email protected])
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.