source: README @ 96ee74c

release-1.10release-1.9
Last change on this file since 96ee74c was 96ee74c, checked in by David Benjamin <davidben@mit.edu>, 12 years ago
Document that the Facebook module wants a moose Or a mouse apparently. Also that other dependency.
  • Property mode set to 100644
File size: 967 bytes
Line 
1BarnOwl - owl, with more ponies
2
3Source is freely available from http://github.com/barnowl/barnowl/
4
5Based on owl 2.1.11, by James Kretchmar (http://www.ktools.org)
6
7Notes:
8-----
9This project's perl/modules/ contains the lib directories from the
10following CPAN modules:
11
12AnyEvent::HTTP
13Facebook::Graph
14Net::Jabber
15Net::XMPP
16Ouch
17URI::Encode
18XML::Stream
19
20Some have been modified slightly for the needs of this project.
21
22BarnOwl currently requires the following perl modules off of CPAN:
23
24AnyEvent
25Class::Accessor
26Glib
27PAR
28
29(Note that these are all available as Debian packages)
30We plan to soon add targets to the Makefile to check for and install
31these for you.
32
33The Facebook module requires:
34
35Any::Moose
36MIME::Base64::URLSafe
37
38The IRC module requires:
39
40AnyEvent::IRC
41
42The Jabber module requires:
43
44Net::DNS
45Authen::SASL::Perl
46IO::Socket::SSL
47Digest::SHA
48
49The Twitter module requires:
50
51HTML::Entities
52Net::Twitter::Lite
53
54The WordWrap module requires:
55
56Text::Autoformat
Note: See TracBrowser for help on using the repository browser.