Revision history for Perl extension SRPC

0.1  Thu May 15 13:39:29 1997
	- original version; created by h2xs 1.16

0.2 97/11/5
        - Fixed problem with directory layout. It should install properly
        with make install.

0.3 97/12/2
        - Simplified AnyRemote. Fixed some bugs, better tests
 
0.4 97/12/31
        - added RPC_SUB arrays to avoid infinite loop between local and 
        remote when a function is unknown.
        - remote the 'callback' string. Now when the first parameter is a
        subroutine reference, Agent store the reference and the subroutine
        will be called when the remote call is over.