source: perl/modules/Facebook/Makefile.PL @ 35c5bd8

release-1.10release-1.9
Last change on this file since 35c5bd8 was d9fe25a, checked in by Edward Z. Yang <ezyang@mit.edu>, 13 years ago
Bundling Facebook::Graph now. Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
  • Property mode set to 100644
File size: 196 bytes
RevLine 
[24bd860]1use strict;
2use warnings;
3
4use inc::Module::Install;
5
[d9fe25a]6# requires('Facebook::Graph');
[99f0a77]7requires('Lingua::EN::Keywords'); # maybe this should just be optional
[24bd860]8
9barnowl_module('Facebook');
10
11WriteAll;
Note: See TracBrowser for help on using the repository browser.