release-1.10release-1.9
Last change
on this file since bbd0cf1 was
fe03126,
checked in by Edward Z. Yang <ezyang@mit.edu>, 13 years ago
|
Expand deps for inlined Facebook::Graph.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
|
-
Property mode set to
100644
|
File size:
555 bytes
|
Rev | Line | |
---|
[24bd860] | 1 | use strict; |
---|
| 2 | use warnings; |
---|
| 3 | |
---|
| 4 | use inc::Module::Install; |
---|
| 5 | |
---|
[d9fe25a] | 6 | # requires('Facebook::Graph'); |
---|
[fe03126] | 7 | # Facebook::Graph deps: |
---|
| 8 | requires('AnyEvent::HTTP'); # async only |
---|
| 9 | requires('Any::Moose' => '0.13'); |
---|
| 10 | requires('DateTime' => '0.61'); |
---|
| 11 | requires('DateTime::Format::Strptime' => '1.4000'); |
---|
| 12 | requires('JSON' => '2.16'); |
---|
| 13 | requires('MIME::Base64::URLSafe' => '0.01'); |
---|
| 14 | requires('Ouch' => '0.0400'); |
---|
| 15 | requires('URI' => '1.54'); |
---|
| 16 | requires('URI::Encode' => '0.02'); |
---|
| 17 | # End deps |
---|
[99f0a77] | 18 | requires('Lingua::EN::Keywords'); # maybe this should just be optional |
---|
[24bd860] | 19 | |
---|
| 20 | barnowl_module('Facebook'); |
---|
| 21 | |
---|
| 22 | WriteAll; |
---|
Note: See
TracBrowser
for help on using the repository browser.