ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/t/52_object.t
(Generate patch)

Comparing JSON-XS/t/52_object.t (file contents):
Revision 1.2 by root, Mon Oct 28 23:23:11 2013 UTC vs.
Revision 1.3 by root, Tue Oct 29 15:55:49 2013 UTC

1BEGIN { $| = 1; print "1..20\n"; } 1BEGIN { $| = 1; print "1..20\n"; }
2BEGIN { $^W = 0 } # hate
2 3
3use JSON::XS; 4use JSON::XS;
4 5
5$json = JSON::XS->new->convert_blessed->allow_tags->allow_nonref; 6$json = JSON::XS->new->convert_blessed->allow_tags->allow_nonref;
6 7

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines