Add Class::C3 as a dependency since it's required for 5.8 remote nodes
Matt S Trout [Wed, 25 Jul 2012 16:51:33 +0000 (16:51 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 2f8b327..23fcd5c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+  - Add Class::C3 as a dependency since it's required for 5.8 remote nodes
   - SSH options as a separate argument for the SSH connector
 
 0.002002 - 2012-07-23
index 215ba95..8ab218b 100644 (file)
@@ -12,6 +12,7 @@ WriteMakefile(
     'Module::Runtime' => 0,
     'JSON::PP' => 0,
     'CPS::Future' => 0,
+    'Class::C3' => 0, # required to fatpack Moo
   },
   EXE_FILES => [
     'bin/object-remote-node',