NAME
Config::Find::WinAny - Behaviours common to any Win32 OS for Config::Find
SYNOPSIS
# don't use Config::Find::WinAny;
use Config::Find;
ABSTRACT
Implements features common to all the Win32 OS's
DESCRIPTION
This module implements Config::Find for Win32 OS's.
Order for config files searching is...
1 /$path_to_script/Users/$user/$name.cfg [user]
2 /$path_to_script/$name.cfg [global]
unless when $ENV{${name}_HOME}
is defined. That changes the search paths to...
1 $ENV{${name}_HOME}/Users/$user/$name.cfg [user]
2 $ENV{${name}_HOME}/$name.cfg [global]
When the "several configuration files in one directory" aproach is used, the order is something different...
1 /$path_to_script/Users/$user/$dir/$name.cfg [user]
2 /$path_to_script/$dir/$name.cfg [global]
(it is also affected by $ENV{${name}_HOME}
variable)
EXPORT
None by default.
SEE ALSO
Config::Find, Config::Find::Any
AUTHOR
Salvador Fandiño, <sfandino@yahoo.com>
COPYRIGHT AND LICENSE
Copyright 2003 by Salvador Fandiño
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 171:
Non-ASCII character seen before =encoding in 'Fandiño,'. Assuming CP1252