The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2.01  Tue Jun 19 10:34:11 2012
    - Pod reformatted for more compatibility with HTML generators.

    - Minor documentation tweaks.

2.00  Mon Jun 18 12:16:32 2012
    - Added new feature: Hooks. See documentation for details.

    - Added new feature: Environment objects. See documentation
      for details.

    - Moved ExtDirect attribute handling to BEGIN phase for
      better compatibility with Apache/mod_perl environment.
      This change breaks compatibility with Perls below 5.12.

    - Improved attribute error messages.

    - Updated documentation and test suite.

    - Fixed some bugs in documentation.

1.31  Thu Jun  7 11:13:32 2012
    - Fixed a bug in RPC::ExtDirect::Router that allowed some
      misformed method output to break result serialization
      without catching the error, leading to route() finishing
      prematurely.

    - Added bugtracker and repository properties in Makefile.PL.

1.30  Wed Jun  6 09:43:58 2012
    - Fixed a bug in RPC::ExtDirect::Router: form/file upload
      responses improperly escaped double quotes, which didn't
      play well with client side.

    - Fixed small misfeature: API definition no longer include
      Ext.app namespace declaration. That seemed like a good
      idea at the time, but turned out to be more trouble than
      it was worth.

    - More diagnostics for attribute handler in RPC::ExtDirect.

    - Fixed a couple of bugs in RPC::ExtDirect documentation and
      expanded it a bit.

1.21  Mon Nov 21 00:39:12 2011
    - Fixed dependency on Attribute::Handlers version >= 0.87 as
      an attempt to fix failing tests reported by CPAN testers.

      Removed versions from all packages except RPC::ExtDirect.
      No point in versioning submodules, it only confuses me.

1.20  Tue Oct  4 21:16:00 2011
    - Fixed a bug in RPC::ExtDirect::API: Methods with 0 numbered
      parameters (i.e. no parameters at all) were not defined
      properly in generated JavaScript API string.

1.10  Sat Oct  1 20:41:28 2011
    - Fixed improper exception handling: RPC::ExtDirect::Exception
      object did not contain required 'action', 'method' and 'tid'
      properties which prevented client side from knowing which
      request raised an exception.

1.02  Fri Sep 30 11:18:13 2011
    - Fixed an embarrassing error in RPC::ExtDirect Pod.

1.01  Fri Sep 30 00:00:39 2011
    - Minor changes to documentation; added $VERSION to Demo modules.

1.00  Thu Sep 29 14:42:39 2011
	- Original version.