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,