Made Module::Runtime compat more reliable.
[scpubgit/Object-Remote.git] / Changes
1 0.003005 - 2015-07-18
2   - Skip non-primary modules in a file to ensure we generate a sane fatpack
3
4 0.003004 - 2014-10-04
5   - Explicitly load Moo::HandleMoose::_TypeMap since it isn't loaded sans
6     ithreads but we don't know if the foreign perl requires it
7
8 0.003003 - 2014-08-11
9   - Make watchdog test handle death-by-send as well as death-by-receive
10   - Use newer Future API, fix broken test
11
12 0.003002 - 2013-03-19
13   - Switch from CPS::Future to Future.pm
14
15 0.003001_01 - 2013-02-11
16   - Allow STDERR of remote interpreters to be sent to a
17       connection specific filehandle
18   - Proxy dies() when a method is invoked and the handle is not valid
19   - Introduced the Watchdog class
20   - Added support for local object, tied hashes, and tied
21       arrays in the Connection class
22   - White listed Devel::GlobalDestruction and black listed
23       XSLoader and DynaLoader in FatNode
24   - Dead locks found and partially worked around
25   - Logging system introduced
26   - Propagate errors from FatNode code
27   - Fall back to core non-arch modules in FatNode
28   - Fix module name in Makefile.PL
29
30 0.002003 - 2012-07-25
31   - Exclude vendorarch and sitearch from FatNode and ModuleSender
32   - Increase default timeout to 10 seconds
33   - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
34   - SSH options as a separate argument for the SSH connector
35
36 0.002002 - 2012-07-23
37   - timeouts for connection setup
38   - support Object::Remote->start::connect
39   - timer support in MiniLoop
40
41 0.002001 - 2012-07-18
42   - start::, maybe::start:: and next::
43   - automatic prompting for sudo passwords
44   - allow transfer of glob references
45   - allow loading of classes and packages from __DATA__
46   - allow transfer of scalar references
47
48 0.001001 - 2012-07-12
49   - initial release