source: README

Last change on this file was fb27b30, checked in by Alex Dehnert <adehnert@mit.edu>, 7 years ago
Give a hint about package provenance. Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
  • Property mode set to 100644
File size: 1.0 KB
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
12Facebook::Graph
13Net::Jabber
14Net::XMPP
15XML::Stream
16
17Some have been modified slightly for the needs of this project.
18
19BarnOwl currently requires the following perl modules off of CPAN:
20
21AnyEvent
22Class::Accessor
23ExtUtils::Depends
24Glib
25Module::Install
26PAR
27
28(Note that these are all available as Debian packages)
29We plan to soon add targets to the Makefile to check for and install
30these for you.
31
32The Facebook module requires:
33
34Any::Moose
35AnyEvent::HTTP
36DateTime
37DateTime::Format::Strptime
38JSON
39MIME::Base64::URLSafe
40Ouch
41URI
42URI::Encode
43
44The IRC module requires:
45
46AnyEvent::IRC
47
48The Jabber module requires:
49
50Net::DNS
51Authen::SASL::Perl
52IO::Socket::SSL
53Digest::SHA
54
55The Twitter module requires:
56
57HTML::Entities (provided by HTML::Parser)
58Net::Twitter::Lite
59
60The WordWrap module requires:
61
62Text::Autoformat
Note: See TracBrowser for help on using the repository browser.