NAME

Config::Find::Any - Perl base class for Config::Find

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()

SEE ALSO

Config::Find, Config::Find::Unix, Config::Find::Win32.

AUTHOR

Salvador Fandiño García, <[email protected]>

CONTRIBUTORS

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.

Questions & Answers

Helpful answers and articles about Config::Find::Any you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search