source: README @ 4626016

release-1.10
Last change on this file since 4626016 was ccc182c, checked in by David Benjamin <davidben@mit.edu>, 11 years ago
Unbundle random Facebook module libraries Probably saner to ship them in the locker, lest some random other CPAN module pick them up as dependencies. reload-module seems to get kind of confused when there's a copy in a PAR and in the locker. The original motivation was because they weren't in Ubuntu but a) You can just install them from CPAN. b) They're in precise now. c) The locker doesn't care. Facebook module still bundled because it's forked.
  • Property mode set to 100644
File size: 1012 bytes
RevLine 
[6a6dd47]1BarnOwl - owl, with more ponies
2
[aeadc74]3Source is freely available from http://github.com/barnowl/barnowl/
4
[6a6dd47]5Based on owl 2.1.11, by James Kretchmar (http://www.ktools.org)
6
7Notes:
8-----
[b711711]9This project's perl/modules/ contains the lib directories from the
[6a6dd47]10following CPAN modules:
11
[bbd0cf1]12Facebook::Graph
[6a6dd47]13Net::Jabber
14Net::XMPP
15XML::Stream
16
[bbd0cf1]17Some have been modified slightly for the needs of this project.
[723f464]18
19BarnOwl currently requires the following perl modules off of CPAN:
20
[13ee8f2]21AnyEvent
[5b24dc0]22Class::Accessor
[9179fd7]23Glib
[6933082]24PAR
[723f464]25
26(Note that these are all available as Debian packages)
27We plan to soon add targets to the Makefile to check for and install
28these for you.
[6824a76]29
[96ee74c]30The Facebook module requires:
31
32Any::Moose
[ccc182c]33AnyEvent::HTTP
[f43c777]34DateTime
35DateTime::Format::Strptime
36JSON
[96ee74c]37MIME::Base64::URLSafe
[ccc182c]38Ouch
[f43c777]39URI
[ccc182c]40URI::Encode
[96ee74c]41
[6824a76]42The IRC module requires:
43
[13ee8f2]44AnyEvent::IRC
[5b24dc0]45
46The Jabber module requires:
47
48Net::DNS
49Authen::SASL::Perl
50IO::Socket::SSL
[a8c55b5]51Digest::SHA
[62c91c1]52
[9c58232]53The Twitter module requires:
54
55HTML::Entities
56Net::Twitter::Lite
57
[62c91c1]58The WordWrap module requires:
59
60Text::Autoformat
Note: See TracBrowser for help on using the repository browser.