EmailValidator: Explicitly adding use Net::Domain::TLD; hopefully this will
trick the autodeps into installing itmaster
parent
dd96e3fe0e
commit
d5b63db9e2
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue