Skip to content

Commit

Permalink
- instead of -
Browse files Browse the repository at this point in the history
  • Loading branch information
sergot committed Jun 24, 2014
1 parent ec2c28f commit d5d781a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ex_readme.p6
Expand Up @@ -5,10 +5,10 @@ $ua.timeout = 1;

my $response = $ua.get('http://filip.sergot.pl/');

if $response.is_success {
if $response.is-success {
say $response.content;
} else {
die $response.status_line;
die $response.status-line;
}

$response = $ua.get('http://filip.sergot.pl/404here');

0 comments on commit d5d781a

Please sign in to comment.