MAT.jl v0.10.1 seems to fail with this call ``` D = Dict("num" => rand(), "vec" => rand(2), "mat" => rand(3, 3), "str" => "abc", "chr" => 'A', ) fname = tempname()*".mat" matwrite(fname,D ``` is there something brroken, or I am using this incorrectly ?