add Net::Twitter requirement

This commit is contained in:
Doug Bell 2010-06-28 11:00:39 -05:00
parent da498182bd
commit 121a55d65d

View file

@ -143,6 +143,7 @@ checkModule("DateTime::Event::ICal", "0.10" );
checkModule("Cache::FastMmap", "1.35" );
checkModule("CHI", "0.34" );
checkModule('IO::Socket::SSL', );
checkModule('Net::Twitter', "3.13006" );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;