source: perl/modules/Facebook/Makefile.PL @ 51ff997

Last change on this file since 51ff997 was 51ff997, checked in by Edward Z. Yang <ezyang@mit.edu>, 13 years ago
Initial commit of Facebook module implementation. This module was inspired by Kevin Riggle's Facebook-hacked-onto-Twitter implementation, but was rewritten to stand alone as its own module and use the new Facebook Graph API. It requires the Facebook::Graph CPAN module. Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
  • Property mode set to 100644
File size: 123 bytes
Line 
1use strict;
2use warnings;
3
4use inc::Module::Install;
5
6requires('Facebook::Graph');
7
8barnowl_module('Facebook');
9
10WriteAll;
Note: See TracBrowser for help on using the repository browser.