aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-08-20 13:10:48 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2015-08-20 13:10:48 +0100
commit950c5afd929f79b9998190a361313f9cba1b7d35 (patch)
tree02290f767b020e394463555e188850af64c9ec17
parent3144fb3c6abf9d88fdd9f978ce44b7e55907a069 (diff)
Add Net::DNS::Resolver to cpanfile.
I thought this was already pulled in by e.g. Email::Valid, but on precise it does not appear to be.
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 649878230..aaaa869a4 100644
--- a/cpanfile
+++ b/cpanfile
@@ -67,6 +67,7 @@ requires 'Math::Trig';
requires 'Module::Pluggable';
requires 'Moose';
requires 'namespace::autoclean';
+requires 'Net::DNS::Resolver';
requires 'Net::Domain::TLD';
requires 'Net::SMTP::SSL';
requires 'Net::SMTP::TLS';