source:
README
@
1bd5aa9
Last change on this file since 1bd5aa9 was 1c22155, checked in by Anders Kaseorg <andersk@mit.edu>, 11 years ago | |
---|---|
|
|
File size: 1.0 KB |
Rev | Line | |
---|---|---|
[6a6dd47] | 1 | BarnOwl - owl, with more ponies |
2 | ||
[aeadc74] | 3 | Source is freely available from http://github.com/barnowl/barnowl/ |
4 | ||
[6a6dd47] | 5 | Based on owl 2.1.11, by James Kretchmar (http://www.ktools.org) |
6 | ||
7 | Notes: | |
8 | ----- | |
[b711711] | 9 | This project's perl/modules/ contains the lib directories from the |
[6a6dd47] | 10 | following CPAN modules: |
11 | ||
[bbd0cf1] | 12 | Facebook::Graph |
[6a6dd47] | 13 | Net::Jabber |
14 | Net::XMPP | |
15 | XML::Stream | |
16 | ||
[bbd0cf1] | 17 | Some have been modified slightly for the needs of this project. |
[723f464] | 18 | |
19 | BarnOwl currently requires the following perl modules off of CPAN: | |
20 | ||
[13ee8f2] | 21 | AnyEvent |
[5b24dc0] | 22 | Class::Accessor |
[1c22155] | 23 | ExtUtils::Depends |
[9179fd7] | 24 | Glib |
[1c22155] | 25 | Module::Install |
[6933082] | 26 | PAR |
[723f464] | 27 | |
28 | (Note that these are all available as Debian packages) | |
29 | We plan to soon add targets to the Makefile to check for and install | |
30 | these for you. | |
[6824a76] | 31 | |
[96ee74c] | 32 | The Facebook module requires: |
33 | ||
34 | Any::Moose | |
[ccc182c] | 35 | AnyEvent::HTTP |
[f43c777] | 36 | DateTime |
37 | DateTime::Format::Strptime | |
38 | JSON | |
[96ee74c] | 39 | MIME::Base64::URLSafe |
[ccc182c] | 40 | Ouch |
[f43c777] | 41 | URI |
[ccc182c] | 42 | URI::Encode |
[96ee74c] | 43 | |
[6824a76] | 44 | The IRC module requires: |
45 | ||
[13ee8f2] | 46 | AnyEvent::IRC |
[5b24dc0] | 47 | |
48 | The Jabber module requires: | |
49 | ||
50 | Net::DNS | |
51 | Authen::SASL::Perl | |
52 | IO::Socket::SSL | |
[a8c55b5] | 53 | Digest::SHA |
[62c91c1] | 54 | |
[9c58232] | 55 | The Twitter module requires: |
56 | ||
57 | HTML::Entities | |
58 | Net::Twitter::Lite | |
59 | ||
[62c91c1] | 60 | The WordWrap module requires: |
61 | ||
62 | Text::Autoformat |
Note: See TracBrowser
for help on using the repository browser.