SYNOPSIS
# don't use Config::Find::Any;
use Config::Find;
ABSTRACT
This module implements basic methods for Config::Find.DESCRIPTION
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.OVERRIDE METHODS
- $class->look_for_file($name, $write, $global)
- $class->look_for_dir_file($dir, $name, $write, $global)
CLASS METHODS
- $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()
AUTHOR
Salvador Fandin~o Garcia, <[email protected]>CONTRIBUTORS
Barbie, <[email protected]> (some bug fixes and documentation)COPYRIGHT AND LICENSE
Copyright 2003-2015 by Salvador Fandin~o Garcia ([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.