Changes for version 1.03

  • Use new syntax for perl.*// protocol, so replacing the header is now a special case.
  • Remove deprecated checker framework.
  • Add new def_* sub type to describe rpc_* sub input and output data. This can be used as a reflection API for the RPC server.
  • Add new function url_absolute to get absolute path from a URL.
  • Fix all perl-critic warnings.
  • Update and add POD documentation to reflect new changes.
  • Bumped version on all modules to match new release.

Modules

Asynchronous RPC framework
client side of asynchronous RPC framework
wrapper class to ensure that coderefs are unmapped and discarded on the client side when garbage collected on the server side
server side of asynchronous RPC framework
Utility functions to handle URLs
util module of the asynchronous RPC framework