Fix syntax errors from the merge.

This commit is contained in:
Colin Kuskie 2010-09-23 16:39:02 -07:00
parent 245e1f8192
commit 3e9427ca1e
2 changed files with 1 additions and 10 deletions

View file

@ -153,6 +153,7 @@ sub cache {
$self->{_cache} = $cache;
}
return $self->{_cache};
}
#-------------------------------------------------------------------