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

0.12	2017-09-08
	- Support for most common ops with proxy filehandles
	- Some support for side-effects of proxy function/method calls
	  (updates to @_,$!,$?)
	- Secure mode (on by default, use :insecure tag to disable)
	  that prevents server from running some insecure operations
	  in a proxy request

0.11	2017-08-27
	- Use Storable + MIME::Base64 for serialization instead of Data::Dumper
	- Include fixes and workarounds for thread-shared code references
	  with perls older than v5.17
	- Improved methods of making server config available to clients

0.10	2017-08-23
	Initial release.