Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Calling values on a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Feb 27, 2016
1 parent 1f79d9d commit 1b677d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/txtnix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ sub get_tweets {

$self->sync;

$self->cache->clean( values $self->following )
$self->cache->clean( values %{ $self->following } )
if $self->use_cache;

return $self->filter_tweets(@tweets);
Expand Down

0 comments on commit 1b677d3

Please sign in to comment.