Skip to content

Commit

Permalink
use a different news site in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 6, 2014
1 parent 40bbf5d commit f0b87c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/UserAgent.pm
Expand Up @@ -404,7 +404,7 @@ Mojo::UserAgent - Non-blocking I/O HTTP and WebSocket user agent
say $ua->get('www.perl.org')->res->dom->html->head->title->text;
# Scrape the latest headlines from a news site with CSS selectors
say $ua->get('perlnews.org')->res->dom('h2 > a')->text->shuffle;
say $ua->get('blogs.perl.org')->res->dom('h2 > a')->text->shuffle;
# IPv6 PUT request with content
my $tx
Expand Down

0 comments on commit f0b87c1

Please sign in to comment.