release-1.10release-1.9
Last change
on this file since ab9adfc 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
|
Line | |
---|
1 | use strict; |
---|
2 | use warnings; |
---|
3 | |
---|
4 | use inc::Module::Install; |
---|
5 | |
---|
6 | # requires('Facebook::Graph'); |
---|
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 |
---|
18 | requires('Lingua::EN::Keywords'); # maybe this should just be optional |
---|
19 | |
---|
20 | barnowl_module('Facebook'); |
---|
21 | |
---|
22 | WriteAll; |
---|
Note: See
TracBrowser
for help on using the repository browser.