diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 88fa77600..a9052a142 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -156,7 +156,7 @@ checkModule('IO::Socket::SSL', ); checkModule('Package::Stash', ); checkModule('HTTP::Exception', ); checkModule('Net::Twitter', "3.13006" ); -checkModule('Number::Forat', ); +checkModule('Number::Format', ); failAndExit("Required modules are missing, running no more checks.") if $missingModule;