Subject: | Breaks (sort of) on Windows because of $ENV{HOME} |
LWP::UserAgent::WithCache appears to be highly useful, however it is
currently not cross-platform because $ENV{HOME} does not exist on all
platforms.
Would you consider changing $ENV{HOME} to File::HomeDir->my_home to get
a more cross-platform version of a home directory.
This should be back-compatible, because File::HomeDir will
preferentially use $ENV{HOME}, if it exists.