projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6ec765b
)
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
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
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
diff --git
a/Makefile.PL
b/Makefile.PL
index
215ba95
..
8ab218b
100644
(file)
--- 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',