add Class::Load to dev prereqs
[scpubgit/Object-Remote.git] / Changes
CommitLineData
80435392 1Revision history for Object-Remote
2
aaec084c 30.004001 - 2019-11-27
80435392 4 - fix working with Moo 2.003005 and newer
f425c3cb 5 - Fix LocalSudo
6
94ca741c 70.004000 - 2016-08-26
bef36e73 8 - Add INET connector
f663493a 9 - Make strictures dep explicit
10
246d8f8b 110.003006 - 2016-01-10
f1c7aaa8 12 - Produce an error message comprehensible by Class::Load and Module::Runtime
13
1aa7c69b 140.003005 - 2015-07-18
e454581e 15 - Skip non-primary modules in a file to ensure we generate a sane fatpack
16
f8c4ed0e 170.003004 - 2014-10-04
dd6e1327 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
572baf59 210.003003 - 2014-08-11
00de75a1 22 - Make watchdog test handle death-by-send as well as death-by-receive
bc06e921 23 - Use newer Future API, fix broken test
24
961077ea 250.003002 - 2013-03-19
9addd593 26 - Switch from CPS::Future to Future.pm
27
e25b44e3 280.003001_01 - 2013-02-11
b367a018 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
1a2d795f 39 - Propagate errors from FatNode code
1ef3d225 40 - Fall back to core non-arch modules in FatNode
8885b26f 41 - Fix module name in Makefile.PL
1a2d795f 42
728d8ba5 430.002003 - 2012-07-25
df8e0ca6 44 - Exclude vendorarch and sitearch from FatNode and ModuleSender
cc670b30 45 - Increase default timeout to 10 seconds
245798e6 46 - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
6ec765ba 47 - SSH options as a separate argument for the SSH connector
48
b53b9fc9 490.002002 - 2012-07-23
49e9ae37 50 - timeouts for connection setup
fbd3b8ec 51 - support Object::Remote->start::connect
befabdee 52 - timer support in MiniLoop
53
f6888810 540.002001 - 2012-07-18
e0cc49db 55 - start::, maybe::start:: and next::
56 - automatic prompting for sudo passwords
ed5a8a8e 57 - allow transfer of glob references
7462160e 58 - allow loading of classes and packages from __DATA__
6ed5d580 59 - allow transfer of scalar references
60
1e3802e1 610.001001 - 2012-07-12
0c846472 62 - initial release