Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Require Net::DSN::Native to get nonblocking dns
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Jan 21, 2017
1 parent 73fdb6e commit 19e5610
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions META.json
Expand Up @@ -47,6 +47,7 @@
"Mojo::URL" : "0",
"Mojo::UserAgent" : "0",
"Mojolicious" : "6.54",
"Net::DNS::Native" : "0.11",
"OptArgs" : "0",
"POSIX" : "0",
"Path::Tiny" : "0",
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Expand Up @@ -35,6 +35,7 @@ my %WriteMakefileArgs = (
"Mojo::URL" => 0,
"Mojo::UserAgent" => 0,
"Mojolicious" => "6.54",
"Net::DNS::Native" => "0.11",
"OptArgs" => 0,
"POSIX" => 0,
"Path::Tiny" => 0,
Expand Down Expand Up @@ -83,6 +84,7 @@ my %FallbackPrereqs = (
"Mojo::Util" => 0,
"Mojolicious" => "6.54",
"Mojolicious::Lite" => 0,
"Net::DNS::Native" => "0.11",
"OptArgs" => 0,
"POSIX" => 0,
"Path::Tiny" => 0,
Expand Down
1 change: 1 addition & 0 deletions dist.ini
Expand Up @@ -87,6 +87,7 @@ Mojolicious = 6.54
Time::Local = 1.2100
Term::ANSIColor = 1.04
Text::Wrap = 0
Net::DNS::Native = 0.11

[Prereqs / TestRequires]
Path::Tiny = 0

0 comments on commit 19e5610

Please sign in to comment.