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