Skip Menu |

This queue is for tickets about the LWP-UserAgent-WithCache CPAN distribution.

Report information
The Basics
Id: 133611
Status: resolved
Priority: 0/
Queue: LWP-UserAgent-WithCache

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.
I've changed my mind.