release-1.10release-1.9
|
Last change
on this file since fb06a17 was
99f0a77,
checked in by Edward Z. Yang <ezyang@mit.edu>, 14 years ago
|
|
Implement automatic instance selection, with no de-dup.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
|
-
Property mode set to
100644
|
|
File size:
194 bytes
|
| Line | |
|---|
| 1 | use strict; |
|---|
| 2 | use warnings; |
|---|
| 3 | |
|---|
| 4 | use inc::Module::Install; |
|---|
| 5 | |
|---|
| 6 | requires('Facebook::Graph'); |
|---|
| 7 | requires('Lingua::EN::Keywords'); # maybe this should just be optional |
|---|
| 8 | |
|---|
| 9 | barnowl_module('Facebook'); |
|---|
| 10 | |
|---|
| 11 | WriteAll; |
|---|
Note: See
TracBrowser
for help on using the repository browser.