update Makefile.PL with better metadata
[scpubgit/Object-Remote.git] / Changes
CommitLineData
f425c3cb 1 - Fix LocalSudo
2
94ca741c 30.004000 - 2016-08-26
bef36e73 4 - Add INET connector
f663493a 5 - Make strictures dep explicit
6
246d8f8b 70.003006 - 2016-01-10
f1c7aaa8 8 - Produce an error message comprehensible by Class::Load and Module::Runtime
9
1aa7c69b 100.003005 - 2015-07-18
e454581e 11 - Skip non-primary modules in a file to ensure we generate a sane fatpack
12
f8c4ed0e 130.003004 - 2014-10-04
dd6e1327 14 - Explicitly load Moo::HandleMoose::_TypeMap since it isn't loaded sans
15 ithreads but we don't know if the foreign perl requires it
16
572baf59 170.003003 - 2014-08-11
00de75a1 18 - Make watchdog test handle death-by-send as well as death-by-receive
bc06e921 19 - Use newer Future API, fix broken test
20
961077ea 210.003002 - 2013-03-19
9addd593 22 - Switch from CPS::Future to Future.pm
23
e25b44e3 240.003001_01 - 2013-02-11
b367a018 25 - Allow STDERR of remote interpreters to be sent to a
26 connection specific filehandle
27 - Proxy dies() when a method is invoked and the handle is not valid
28 - Introduced the Watchdog class
29 - Added support for local object, tied hashes, and tied
30 arrays in the Connection class
31 - White listed Devel::GlobalDestruction and black listed
32 XSLoader and DynaLoader in FatNode
33 - Dead locks found and partially worked around
34 - Logging system introduced
1a2d795f 35 - Propagate errors from FatNode code
1ef3d225 36 - Fall back to core non-arch modules in FatNode
8885b26f 37 - Fix module name in Makefile.PL
1a2d795f 38
728d8ba5 390.002003 - 2012-07-25
df8e0ca6 40 - Exclude vendorarch and sitearch from FatNode and ModuleSender
cc670b30 41 - Increase default timeout to 10 seconds
245798e6 42 - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
6ec765ba 43 - SSH options as a separate argument for the SSH connector
44
b53b9fc9 450.002002 - 2012-07-23
49e9ae37 46 - timeouts for connection setup
fbd3b8ec 47 - support Object::Remote->start::connect
befabdee 48 - timer support in MiniLoop
49
f6888810 500.002001 - 2012-07-18
e0cc49db 51 - start::, maybe::start:: and next::
52 - automatic prompting for sudo passwords
ed5a8a8e 53 - allow transfer of glob references
7462160e 54 - allow loading of classes and packages from __DATA__
6ed5d580 55 - allow transfer of scalar references
56
1e3802e1 570.001001 - 2012-07-12
0c846472 58 - initial release