yannk / perl-anyevent-superfeedr
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.shipit | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
eg/ | ||
| |
lib/ | ||
| |
t/ | ||
| |
xt/ |
README
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

