From: mitty Date: Mon, 4 Oct 2010 10:08:47 +0000 (+0000) Subject: * fix typo X-Git-Tag: r89-trunk~25 X-Git-Url: http://lab.mitty.jp/git/?a=commitdiff_plain;h=7e20eed62f390a5e39bcd48accd0e4023c0f8328;p=lab.git * fix typo git-svn-id: https://lab.mitty.jp/svn/lab/trunk@60 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- diff --git a/twitter/twitterbot.pl b/twitter/twitterbot.pl index 575ca65..d93e023 100755 --- a/twitter/twitterbot.pl +++ b/twitter/twitterbot.pl @@ -142,7 +142,7 @@ sub or_search { ); } if ($res->{results}) { - VERBOSE and warn Dumper($res->{results}); + VERBOSE and warn Dumper($res); foreach my $tweet (@{$res->{results}}) { my $res = $bot->show_status($tweet->{id}); if ($res->{retweeted_status}) {