remove WebGUI::Utility::formatBytes

This commit is contained in:
Graham Knop 2010-08-20 12:09:58 -05:00
parent 42784e1b98
commit 006a5003c2
8 changed files with 13 additions and 39 deletions

View file

@ -156,6 +156,7 @@ checkModule('IO::Socket::SSL', );
checkModule('Package::Stash', );
checkModule('HTTP::Exception', );
checkModule('Net::Twitter', "3.13006" );
checkModule('Number::Forat', );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;