force-load Moo::HandleMoose::_TypeMap
Matt S Trout [Tue, 19 Aug 2014 15:32:38 +0000 (15:32 +0000)]
Changes
Makefile.PL
lib/Object/Remote/FatNode.pm

diff --git a/Changes b/Changes
index 2f092f7..f527f37 100644 (file)
--- 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
index 9ecf353..745aaaf 100644 (file)
@@ -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,
index 594f281..fe07f29 100644 (file)
@@ -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'
 );