-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
41 lines (23 loc) · 842 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This is Perl module AnyEvent::Superfeedr.
NOTES
see installation notes below.
- This is still WIP
- Since Superfeedr has a PubSub implementation bug, it requires a
AnyEvent::XMPP patch [*]
- It also requires a patch to split_uri [*]
[*] see http://github.com/yannk/perl-anyevent-xmpp/
USAGE:
INSTALLATION
AnyEvent::Superfeedr installation is straightforward. If your CPAN shell is set up,
you should just be able to do (well, when this will be on CPAN ;)
% cpan AnyEvent::Superfeedr
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
AnyEvent::Superfeedr documentation is available as in POD. So you can do:
% perldoc AnyEvent::Superfeedr
to read the documentation online with your favorite pager.
Yann Kerherve