Subject: | ->my_config is not implemented on Win32 |
->my_config is currently not implemented on Windows in 0.93.
It should point to CSIDL_APPDATA on Windows (application configuration
must be roaming).
Note that my_dist_config depends on my_config and currently defaults to
my_documents as a base and this is a wrong place to store application
settings.
C:\Documents and Settings\omengue\Mes Documents>perl -MFile::HomeDir -E
"say File::HomeDir->my_dist_config('Toto', { create => 1 }), qq{\n}"
C:\Documents and Settings\omengue\Mes documents\Perl\Toto
--
Olivier Mengué - http://search.cpan.org/~dolmen/ http://github.com/dolmen/