Subject: | can't override update cache location |
This took me too long to figure out... the documentation for "updates"
is slightly confusing. It says:
Default is the current user's home directory, followed by a temporary
directory as determined by File::Temp.
I thought it means "the homedir, catdir'd with another..."
...but that is not the problem. The problem I think is this code in
Delicious.pm:
if ((exists($self->{'__updates'})) && (-d $self->{'__updated'})) {
$root = $self->{'__updates'};
}
The second hash lookup should be __updates, not __updated.
--
rjbs