source:
perl/modules/Facebook/Makefile.PL
@
2a42248
Last change on this file since 2a42248 was d9fe25a, checked in by Edward Z. Yang <ezyang@mit.edu>, 13 years ago | |
---|---|
|
|
File size: 196 bytes |
Rev | Line | |
---|---|---|
[24bd860] | 1 | use strict; |
2 | use warnings; | |
3 | ||
4 | use inc::Module::Install; | |
5 | ||
[d9fe25a] | 6 | # requires('Facebook::Graph'); |
[99f0a77] | 7 | requires('Lingua::EN::Keywords'); # maybe this should just be optional |
[24bd860] | 8 | |
9 | barnowl_module('Facebook'); | |
10 | ||
11 | WriteAll; |
Note: See TracBrowser
for help on using the repository browser.