added facebook auth

This commit is contained in:
JT Smith 2010-08-27 13:03:58 -05:00
parent 4da8638444
commit 61bd01b5f3
10 changed files with 415 additions and 1 deletions

View file

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