Create a JSON::Any object, so setting $ENV{JSON_ANY_CONFIG} works.
[gitmo/MooseX-Storage.git] / t / 105_io_atomic_w_utf8.t
index 1c88be2..8aec7b4 100644 (file)
@@ -21,7 +21,7 @@ BEGIN {
     # - SL 
     BEGIN {
         $ENV{JSON_ANY_ORDER}  = qw(XS);
-        $ENV{JSON_ANY_CONFIG} = "utf8=1";        
+        $ENV{JSON_ANY_CONFIG} = "utf8=0";
     }
     plan tests => 8;
     use_ok('MooseX::Storage');