- my $text = decode_entities( $tweet->{text} );
- if ($tweet->{truncated}) {
- if (exists $tweet->{retweeted_status}) {
- $text = "RT $tweet->{retweeted_status}{user}{screen_name}: " .
- "$tweet->{retweeted_status}{text}";
+ my $text = decode_entities( $tweet->{text} );
+ if ( $tweet->{truncated} ) {
+ if ( exists $tweet->{retweeted_status} ) {
+ $text = "RT \@$tweet->{retweeted_status}{user}{screen_name}: "
+ . "$tweet->{retweeted_status}{text}";