EmailValidator: Explicitly adding use Net::Domain::TLD; hopefully this will

trick the autodeps into installing it
master
Rob Emery 2015-07-11 13:07:01 +01:00
parent dd96e3fe0e
commit d5b63db9e2
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package DDG::Goodie::EmailValidator;
use strict;
use DDG::Goodie;
use Net::Domain::TLD;
use Email::Valid;
primary_example_queries 'validate foo@example.com';