From: Matt S Trout Date: Wed, 25 Jul 2012 16:51:33 +0000 (+0000) Subject: Add Class::C3 as a dependency since it's required for 5.8 remote nodes X-Git-Tag: v0.002003~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=245798e6f18add5fb766cfa378460f2a2a65f804 Add Class::C3 as a dependency since it's required for 5.8 remote nodes --- diff --git a/Changes b/Changes index 2f8b327..23fcd5c 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 215ba95..8ab218b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',