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