Subject: | Default directory |
I realize that I can change the value of cache_root, however I believe that having the default as it is rather assumes that $HOME/.cache is not used by anything else which is not good for a generic name.
I suggest:
'cache_root' => File::Spec->catfile(File::HomeDir->my_home, '.cache', __PACKAGE__),
would be better.