.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Config::Find::Any 3pm" .TH Config::Find::Any 3pm "2022-12-07" "perl v5.36.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Config::Find::Any \- Perl base class for Config::Find .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 2 \& # don\*(Aqt use Config::Find::Any; \& use Config::Find; .Ve .SH "ABSTRACT" .IX Header "ABSTRACT" This module implements basic methods for Config::Find. .SH "DESCRIPTION" .IX Header "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. .SS "\s-1OVERRIDE METHODS\s0" .IX Subsection "OVERRIDE METHODS" .ie n .IP "$class\->look_for_file($name, $write, $global)" 4 .el .IP "\f(CW$class\fR\->look_for_file($name, \f(CW$write\fR, \f(CW$global\fR)" 4 .IX Item "$class->look_for_file($name, $write, $global)" .PD 0 .ie n .IP "$class\->look_for_dir_file($dir, $name, $write, $global)" 4 .el .IP "\f(CW$class\fR\->look_for_dir_file($dir, \f(CW$name\fR, \f(CW$write\fR, \f(CW$global\fR)" 4 .IX Item "$class->look_for_dir_file($dir, $name, $write, $global)" .PD .SS "\s-1CLASS METHODS\s0" .IX Subsection "CLASS METHODS" .ie n .IP "$class\->guess_full_script_name($file)" 4 .el .IP "\f(CW$class\fR\->guess_full_script_name($file)" 4 .IX Item "$class->guess_full_script_name($file)" .PD 0 .ie n .IP "$class\->guess_script_name($file)" 4 .el .IP "\f(CW$class\fR\->guess_script_name($file)" 4 .IX Item "$class->guess_script_name($file)" .ie n .IP "$class\->guess_script_dir($file)" 4 .el .IP "\f(CW$class\fR\->guess_script_dir($file)" 4 .IX Item "$class->guess_script_dir($file)" .ie n .IP "$class\->is_one_liner($file)" 4 .el .IP "\f(CW$class\fR\->is_one_liner($file)" 4 .IX Item "$class->is_one_liner($file)" .ie n .IP "$class\->add_extension($name, $extension)" 4 .el .IP "\f(CW$class\fR\->add_extension($name, \f(CW$extension\fR)" 4 .IX Item "$class->add_extension($name, $extension)" .ie n .IP "$class\->create_parent_dir($file)" 4 .el .IP "\f(CW$class\fR\->create_parent_dir($file)" 4 .IX Item "$class->create_parent_dir($file)" .ie n .IP "$class\->parent_dir($dir)" 4 .el .IP "\f(CW$class\fR\->parent_dir($dir)" 4 .IX Item "$class->parent_dir($dir)" .ie n .IP "$class\->create_dir($dir)" 4 .el .IP "\f(CW$class\fR\->create_dir($dir)" 4 .IX Item "$class->create_dir($dir)" .ie n .IP "$class\->my_catfile($path,$to,$file,...)" 4 .el .IP "\f(CW$class\fR\->my_catfile($path,$to,$file,...)" 4 .IX Item "$class->my_catfile($path,$to,$file,...)" .ie n .IP "$class\->my_catdir($path,$to,$dir,...)" 4 .el .IP "\f(CW$class\fR\->my_catdir($path,$to,$dir,...)" 4 .IX Item "$class->my_catdir($path,$to,$dir,...)" .ie n .IP "$class\->\fBmy_getlogin()\fR" 4 .el .IP "\f(CW$class\fR\->\fBmy_getlogin()\fR" 4 .IX Item "$class->my_getlogin()" .PD .SH "SEE ALSO" .IX Header "SEE ALSO" Config::Find, Config::Find::Unix, Config::Find::Win32. .SH "AUTHOR" .IX Header "AUTHOR" Salvador Fandiño García, .SH "CONTRIBUTORS" .IX Header "CONTRIBUTORS" Barbie, (some bug fixes and documentation) .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" Copyright 2003\-2015 by Salvador Fandiño García (sfandino@yahoo.com) Copyright 2015 by Barbie (barbie@missbarbell.co.uk) .PP This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.