Skip to content

Commit

Permalink
try Perl 5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 20, 2015
1 parent 0bccbd1 commit c6c76a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -986,7 +986,7 @@ file with L<Mojo::Asset::File/"move_to">.

use Mojo::UserAgent;

# Lets fetch the latest Mojolicious tarball
# Fetch the latest Mojolicious tarball
my $ua = Mojo::UserAgent->new(max_redirects => 5);
my $tx = $ua->get('https://www.github.com/kraih/mojo/tarball/master');
$tx->res->content->asset->move_to('mojo.tar.gz');
Expand Down

0 comments on commit c6c76a9

Please sign in to comment.