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

RWDE::Mapper

Object to handle mapping of RPC namespaces. The mapping object translates the call from the local, imported class to the remote namespace.

This class is present in order to avoid namespace conflicts while building RPC interfaces, which in our case is Gearman. Specifically it is very easy to cause namespace collisions under these circumstances, so some care is needed while implementing these types of calls.

AUTOLOAD

Object to handle mapping of namespaces. The mapping object translates the call from the local, imported class to the remote namespace.

The calling convention is $local::$remote -> $remote::$remote

DESTROY()

Do nothing. This is here to avoid sending the DESTROY request over RPC