App-BCVI-NotifyDesktop

This module is a plugin for 'bcvi' (see: http://search.cpan.org/dist/App-BCVI).
To use it, simply copy the NotifyDesktop.pm file to your $HOME/.config/bcvi/
folder.

The role of this plugin is to use the desktop notification protocol to take
messages sent from the 'bcvi' client and display them on the user's desktop
using the notification protocol.  This plugin implements the workstation-end
of the protocol.  You will also need to install another plugin to implement
the client-end (e.g.: App::BCVI::NotifyClient)


SUPPORT AND DOCUMENTATION

You can find documentation for this module with the perldoc command.

Before installation:

   perldoc lib/App/BCVI/NotifyDesktop.pm

After instalation:

   perldoc $HOME/.config/bcvi/NotifyDesktop.pm

You can also look for information at:

   RT, CPAN's request tracker
       http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-BCVI-NotifyDesktop

   AnnoCPAN, Annotated CPAN documentation
       http://annocpan.org/dist/App-BCVI-NotifyDesktop

   CPAN Ratings
       http://cpanratings.perl.org/d/App-BCVI-NotifyDesktop

   Search CPAN
       http://search.cpan.org/dist/App-BCVI-NotifyDesktop


COPYRIGHT AND LICENCE

Copyright (C) 2010 Grant McLean

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.