Subject: | Constructor should probably take a non-reference hash |
LWP::UserAgent::WithCache->new wants the cache options in a hash
reference. This is somewhat surprising, as LWP::UserAgent->new itself
works with key-value pairs without a hash reference.
So it would be nice if LWP::UserAgent::WithCache's constructor would
support both, the hashref arguments for backward compatibility, and the
key-value pairs to be more similar to LWP::UserAgent.
Regards,
Slaven