Don't rely on hash key order in tests (RT#81695)
[gitmo/MooseX-Storage.git] / t / 011_basic_json_w_utf8.t
index dd4f370..a56dde0 100644 (file)
@@ -18,7 +18,7 @@ BEGIN {
     # - SL 
     BEGIN {
         $ENV{JSON_ANY_ORDER}  = qw(XS);
-        $ENV{JSON_ANY_CONFIG} = "utf8=0";
+        $ENV{JSON_ANY_CONFIG} = "utf8=0,canonical=1";
     }
 
     plan tests => 16;