Test::Deep is already required; use it instead of is_deeply
[gitmo/MooseX-Storage.git] / t / 104_io_w_utf8.t
index efff519..72fe8f9 100644 (file)
@@ -21,7 +21,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 => 8;
     use_ok('MooseX::Storage');