in reply to Re: Installing a config file during module operation
in thread Installing a config file during module operation

This might work on a non-Windows system, but on Windows it is definitely broken.

To find the "home"-directory, CPAN::Config->load uses $ENV{HOME} which on my Windows XP Professional box simply doesn't exist.

Windows XP is able to store multiple user-profiles but does so in the directory indicated by $ENV{USERPROFILE}.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law