The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.87

  • Features:
  • Delegation of authentication resp. user/password check to an external module via Event::RPC::Server attribute "auth_module". Old passwd hash based model is implemented in Event::RPC::AuthPasswdHash.
  • Fixed a typo in Event::RPC::Looger manpage. Thanks to Sean <soso AT kol.co.nz> for the report.
  • Cleaned up examples/: server.pl and client.pl now both accept -h option for binding/connecting to a specific host, not just localhost.
  • Makefile.PL tuning: add detected optional modules to PREREQ_PM to get their version numbers added to CPAN Testers reports.
  • Bugfixes:
  • ChangeLog entry 0.86 was wrong regarding the SSL stuff.

Modules

Event based transparent Client/Server RPC framework
Client API to connect to Event::RPC Servers
Represents a RPC connection
Represents a logging connection
Logging facility for Event::RPC
Mainloop Abstraction layer for Event::RPC
Event mainloop for Event::RPC
Glib mainloop for Event::RPC
Implementation of Event::RPC network protocol
Simple API for event driven RPC servers

Provides

in lib/Event/RPC/AuthPasswdHash.pm