Skip to content

Commit

Permalink
the look I was going for
Browse files Browse the repository at this point in the history
  • Loading branch information
st3vil committed Nov 28, 2011
1 parent 4036f89 commit 8975c43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/Net/LastFMAPI.pm
Expand Up @@ -288,7 +288,11 @@ sub lastfm {
croak join("\n",
"Something went wrong.",
"HTTP Status: ".$res->status_line,
@clues)."\n\n".$content."\n";
@clues,
"",
$content,
""
);
}

if ($cache) {
Expand Down

0 comments on commit 8975c43

Please sign in to comment.