aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkaios/manifest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaios/manifest.pl b/kaios/manifest.pl
index 510f535..8380683 100755
--- a/kaios/manifest.pl
+++ b/kaios/manifest.pl
@@ -32,7 +32,7 @@ if ($version =~ /^20(\d\d)(\d\d)(\d\d)\./) {
$decvers = join('.', $1+0, $2+0, $3+0);
}
-print encode_json({
+print JSON::PP->new->canonical->encode({
name => $displayname,
subtitle => $description,
description => $objective,