remove WebGUI::Utility::emailRegex

This commit is contained in:
Graham Knop 2010-08-20 12:22:33 -05:00
parent 10aa605304
commit a34f51a903
5 changed files with 5 additions and 24 deletions

View file

@ -157,6 +157,7 @@ checkModule('Package::Stash', );
checkModule('HTTP::Exception', );
checkModule('Net::Twitter', "3.13006" );
checkModule('Number::Format', );
checkModule('Email::Valid', );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;