Skip to content

Commit

Permalink
bump IO::Async requirement to 0.72
Browse files Browse the repository at this point in the history
for DNS lookup skip on IPv4/6 address
  • Loading branch information
abraxxa committed Apr 3, 2018
1 parent bed083c commit 5b393e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requires 'perl' => '5.010';
requires 'IO::Async' => 0.61;
requires 'IO::Async' => 0.72;
requires 'Moo' => 1.00;
requires 'Future';
requires 'Time::HiRes' => 0;
Expand Down

0 comments on commit 5b393e4

Please sign in to comment.