aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-07-29 13:35:41 +0100
committerSteve Mynott <steve.mynott@gmail.com>2018-07-29 13:35:41 +0100
commit926b579c2c381229f05ae50a1066f7b856f67cf4 (patch)
tree84703366b4bd8b3d96c079204c17587a9cc5eda9
parent6f3c976c250437da6e8aedde58d1843157cd3b00 (diff)
fix dep install order
-rw-r--r--modules/MODULES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/MODULES.txt b/modules/MODULES.txt
index 964128f..90b147a 100644
--- a/modules/MODULES.txt
+++ b/modules/MODULES.txt
@@ -48,7 +48,7 @@ perl6-datetime-format
datetime-parse # dependency for http-useragent
io-capture-simple
test-util-serverport
-http-useragent
-jsonrpc # uses PSGI & http-useragent
openssl
io-socket-ssl
+http-useragent
+jsonrpc # uses PSGI & http-useragent