Subject: | Dezi::Doc fails to accept the mtime array from the server |
Reference ["1394567197"] did not pass type constraint "Int" (in $args->{"mtime"}) at /home/ddgc/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2/Dezi/Response.pm line 109 "Int" is a subtype of "Num" "Num" is a subtype of "LaxNum" "LaxNum" is a subtype of "Str" "Str" is a subtype of "Value" Reference ["1394567197"] did not pass type constraint "Value" (in $args->{"mtime"}) "Value" is defined as: (defined($_) and not ref($_))
Sample data from the server: http://ix.io/bF1
Reverting to Dezi::Client 0.002002 fixes the problem.