Tweaked error message on failure to import.
[scpubgit/Object-Remote.git] / Changes
CommitLineData
1aa7c69b 10.003005 - 2015-07-18
e454581e 2 - Skip non-primary modules in a file to ensure we generate a sane fatpack
3
f8c4ed0e 40.003004 - 2014-10-04
dd6e1327 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
572baf59 80.003003 - 2014-08-11
00de75a1 9 - Make watchdog test handle death-by-send as well as death-by-receive
bc06e921 10 - Use newer Future API, fix broken test
11
961077ea 120.003002 - 2013-03-19
9addd593 13 - Switch from CPS::Future to Future.pm
14
e25b44e3 150.003001_01 - 2013-02-11
b367a018 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
1a2d795f 26 - Propagate errors from FatNode code
1ef3d225 27 - Fall back to core non-arch modules in FatNode
8885b26f 28 - Fix module name in Makefile.PL
1a2d795f 29
728d8ba5 300.002003 - 2012-07-25
df8e0ca6 31 - Exclude vendorarch and sitearch from FatNode and ModuleSender
cc670b30 32 - Increase default timeout to 10 seconds
245798e6 33 - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
6ec765ba 34 - SSH options as a separate argument for the SSH connector
35
b53b9fc9 360.002002 - 2012-07-23
49e9ae37 37 - timeouts for connection setup
fbd3b8ec 38 - support Object::Remote->start::connect
befabdee 39 - timer support in MiniLoop
40
f6888810 410.002001 - 2012-07-18
e0cc49db 42 - start::, maybe::start:: and next::
43 - automatic prompting for sudo passwords
ed5a8a8e 44 - allow transfer of glob references
7462160e 45 - allow loading of classes and packages from __DATA__
6ed5d580 46 - allow transfer of scalar references
47
1e3802e1 480.001001 - 2012-07-12
0c846472 49 - initial release