Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r13ee8f2 r1c22155  
    77Notes:
    88-----
    9 This project's perl/lib/ contains the lib directories from the
     9This project's perl/modules/ contains the lib directories from the
    1010following CPAN modules:
    1111
     12Facebook::Graph
    1213Net::Jabber
    1314Net::XMPP
    1415XML::Stream
    1516
    16 They have been modified slightly for the needs of this project.
     17Some have been modified slightly for the needs of this project.
    1718
    1819BarnOwl currently requires the following perl modules off of CPAN:
    1920
    2021AnyEvent
     22Class::Accessor
     23ExtUtils::Depends
     24Glib
     25Module::Install
    2126PAR
    22 Net::DNS
    23 Authen::SASL::Perl
    24 IO::Socket::SSL
    25 Digest::SHA1
    2627
    2728(Note that these are all available as Debian packages)
     
    2930these for you.
    3031
     32The Facebook module requires:
     33
     34Any::Moose
     35AnyEvent::HTTP
     36DateTime
     37DateTime::Format::Strptime
     38JSON
     39MIME::Base64::URLSafe
     40Ouch
     41URI
     42URI::Encode
     43
    3144The IRC module requires:
    3245
    3346AnyEvent::IRC
    34 Class::Accessor
     47
     48The Jabber module requires:
     49
     50Net::DNS
     51Authen::SASL::Perl
     52IO::Socket::SSL
     53Digest::SHA
     54
     55The Twitter module requires:
     56
     57HTML::Entities
     58Net::Twitter::Lite
    3559
    3660The WordWrap module requires:
Note: See TracChangeset for help on using the changeset viewer.