An open API service indexing awesome lists of open source software.

https://github.com/yusukebe/plagger-plugin-notify-xmpp-anyevent

Yet Another XMPP Notify Plagger Plugin using AnyEvent::*
https://github.com/yusukebe/plagger-plugin-notify-xmpp-anyevent

Last synced: about 1 year ago
JSON representation

Yet Another XMPP Notify Plagger Plugin using AnyEvent::*

Awesome Lists containing this project

README

          

This is Perl module Plagger::Plugin::Notify::XMPP::AnyEvent.

INSTALLATION

Plagger::Plugin::Notify::XMPP::AnyEvent installation is straightforward. If your CPAN shell is set up,
you should just be able to do

% cpan Plagger::Plugin::Notify::XMPP::AnyEvent

Download it, unpack it, then build it as per the usual:

% perl Makefile.PL
% make && make test

Then install it:

% make install

DOCUMENTATION

Plagger::Plugin::Notify::XMPP::AnyEvent documentation is available as in POD. So you can do:

% perldoc Plagger::Plugin::Notify::XMPP::AnyEvent

to read the documentation online with your favorite pager.

Yusuke Wada