From: Matt S Trout Date: Tue, 19 Aug 2014 15:32:38 +0000 (+0000) Subject: force-load Moo::HandleMoose::_TypeMap X-Git-Tag: v0.003004~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=dd6e1327e96d5488e34f7519d9d3290627c9bbe8;hp=572baf59223350fefbbea8e8829350e717f77451 force-load Moo::HandleMoose::_TypeMap --- diff --git a/Changes b/Changes index 2f092f7..f527f37 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ + - Explicitly load Moo::HandleMoose::_TypeMap since it isn't loaded sans + ithreads but we don't know if the foreign perl requires it + 0.003003 - 2014-08-11 - Make watchdog test handle death-by-send as well as death-by-receive - Use newer Future API, fix broken test diff --git a/Makefile.PL b/Makefile.PL index 9ecf353..745aaaf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', PREREQ_PM => { - Moo => 1.001, + Moo => 1.006, 'Module::Runtime' => 0, 'JSON::PP' => 0, 'Future' => 0.29, diff --git a/lib/Object/Remote/FatNode.pm b/lib/Object/Remote/FatNode.pm index 594f281..fe07f29 100644 --- a/lib/Object/Remote/FatNode.pm +++ b/lib/Object/Remote/FatNode.pm @@ -37,6 +37,7 @@ my $command = qq( -mObject::Remote::Node -mMethod::Generate::BuildAll -mMethod::Generate::DemolishAll + -mMoo::HandleMoose::_TypeMap -mJSON::PP -e 'print join "\\n", \%INC' );