Revision history for Perl extension Config::Find.
0.21 8 Aug 2005
- added work around on WinAny module when ${APPDATA} or
${LOCAL_APPDATA} point to the user desktop to ignore them.
0.20 27 Jul 2005
- look for ~/.foo.conf and ~/.foo.cfg in addition to ~/.foo
0.19 13 Jul 2005
- bug on look_for_dir_file passing the wrong app name to
app_dir.
0.18 13 Apr 2005
- bug on parent_dir('') going to an inf. loop corrected.
- convert path to absolute on create_dir and create_parent_dir
- create_parent_dirs renamed to create_parent_dir and exported
via Config::Find::Where.
0.17 13 Apr 2005
- bug on var_dir corrected, when using scope 'app' a 'var'
part was missing on the path.
- Config::Find::Where::var_dir documented
0.16 16 Sep 2004
- create_dir function exported on Config::Find::Where
- support for 'dir' option on Where module functions.
0.15 11 Feb 2004
- Corrected bug on "names" handling reported by Bart Schaefer
- Better handling of Win32::GetFolderPath returning invalid
results
0.14 15 Jan 2004
- Win2k3.pm missing from MANIFEST
- Use regexps to match Win OSs
- corrected bug on guess_script_dir
0.13 13 Jan 2004
- NT4 was not being recognised as NT (bug reported by
Philip Grivell).
0.12 30 Sep 2003
- Unix module accepts .cfg extension for read mode
0.11 12 Jun 2003
- improved Config::Find::Where->var_dir(scope=>user) on Unix.
- new Config::Find::Where->helper_path method
0.10 12 Jun 2003
- corrected several bugs in Windows modules
- new test script 2_where.t
0.09 5 Jun 2003
- new file layout, now all the .pm files are under a common
lib dir.
- new Config::Find::Where module with some utility methods
(maybe unrelated to Config::Find, but useful anyway).
- Win32.pm module deleted.
- added supoprt for Windows 2003
- corrected some errors in the docs
0.08 29 May 2003
- look for script on current dir when it doesn't have the path
included in its name and it has not been found on the system
path.
0.07 29 Apr 2003
- Accept "WinXP/.NET" as OS
0.06 Tue Apr 15 2003
- File::HomeDir dependency added to main module, CPANPLUS
doesn't catch it on the inner module
0.05 Mon Apr 14 2003
- support for one liners added to Unix module
0.04 Thu Apr 10 2003
- added File::HomeDir dependecy to Config::Find::Unix
0.03 Wed Apr 9 2003
- corrected bug in open that returned a valid file handler
even when the configuration file was not found
0.02 Wed Apr 9 2003
- corrected bug in 'parent_dir' that was not correctly
handling trailing '/'
- corrected bug in 'guess_script_dir' that was not removing
the script name
- support for 'file' option added
- dependencies added in Makefile.PL
0.01 Mon Mar 31 13:09:40 2003
- original version; created by h2xs 1.22 with options
-AX -n Config::Find