1.00  Thu Jun 12 21:47:21 2014
    - Updated to accommodate for the changes in RPC::ExtDirect 3.0
      and RPC::ExtDirect::Server 1.0
    - Major internal refactoring and tune-up to support the async
      client as a subclass (See RPC::ExtDirect::Client::Async)
    - Many, many improvements and bug fixes
    - Many new tests
    - Tons of documentation
    - Compatible with Perl 5.6.2.

0.22  Fri Mar 29 18:35:48 2013
    - Added handling for Methods that do not specify how they need
      their parameters. We assume by-name without strict checking.

0.21  Wed Mar 27 22:15:03 2013
    - Published get_api method. Made all code and tests runnable
      under Perl 5.8.

0.2   Fri Nov  9 23:52:39 2012
    - Added an option to pass cookies either with HTTP::Cookies object
      or raw hashref

0.01  Wed Jun 20 18:13:21 2012
	- original version; code runs and tests pass but lacks documentation